Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ThemeDefault is the default theme ThemeDefault = "default" // ThemeDark is the dark theme ThemeDark = "dark" // ThemeLight is the light theme ThemeLight = "light" )
Theme constants
Variables ¶
This section is empty.
Functions ¶
func BuildSidebarMenu ¶
func BuildSidebarMenu(dashboard types.DashboardInterface) *hb.Tag
BuildSidebarMenu builds the sidebar menu structure
func ThemeColors ¶
ThemeColors returns a map of theme names to their color codes
func ThemeIcons ¶
ThemeIcons returns a map of theme names to their icon classes
func ThemeNames ¶
ThemeNames returns a map of theme names to their display names
Types ¶
Click to show internal directories.
Click to hide internal directories.