mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-05 14:23:03 +08:00
14 lines
437 B
Text
14 lines
437 B
Text
<% @page_title = @vm.name %>
|
|
|
|
<%== part("object/show",
|
|
object: @vm,
|
|
tabs: [
|
|
["Overview", "overview", "hero-squares-plus"],
|
|
["Networking", "networking", "hero-globe-alt"],
|
|
["Storage", "storage", "hero-cube"],
|
|
["Settings", "settings", "hero-cog-8-tooth"]
|
|
],
|
|
type: "vm",
|
|
breadcrumb_label: "Virtual Machines",
|
|
right_header: part("components/vm_state_label", state: @vm.display_state, extra_class: "text-md")
|
|
) %>
|