clustvirt/view/components/defaults.go

8 lines
161 B
Go
Raw Permalink Normal View History

package components
var DefaultNavBar = []NavItem{
{Name: "Cluster", Href: "/"},
{Name: "Configuration", Href: "/config"},
{Name: "About", Href: "/about"},
}