mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 22:02:18 +08:00
17 lines
469 B
Text
17 lines
469 B
Text
<% @page_title = @kc.name %>
|
|
|
|
<%== part("object/show",
|
|
object: @kc,
|
|
tabs: [
|
|
["Overview", "overview", "hero-squares-plus"],
|
|
["Nodes", "nodes", "hero-globe-alt"],
|
|
["Settings", "settings", "hero-cog-8-tooth"]
|
|
],
|
|
type: "kubernetes-cluster",
|
|
breadcrumb_label: "Kubernetes Clusters",
|
|
right_header: part("components/kubernetes_state_label", state: @kc.display_state, extra_class: "text-md")
|
|
) %>
|
|
|
|
<div class="grid gap-6">
|
|
<!-- Danger Zone -->
|
|
</div>
|