feat(ux): minor tweaks and fixes, added hover submenu dropdowns

This commit is contained in:
Torkel Ödegaard
2016-02-12 11:21:42 +01:00
parent e7a202fe4d
commit 6cdc1e4d37
7 changed files with 32 additions and 43 deletions
+1
View File
@@ -53,6 +53,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
Icon: "icon-gf icon-gf-dashboard",
Url: setting.AppSubUrl + "/",
Children: []*dtos.NavLink{
{Text: "Home dashboard", Icon: "fa fa-fw fa-list", Url: setting.AppSubUrl + "/"},
{Text: "Playlists", Icon: "fa fa-fw fa-list", Url: setting.AppSubUrl + "/playlists"},
{Text: "Snapshots", Icon: "fa-fw icon-gf icon-gf-snapshot", Url: setting.AppSubUrl + "/dashboard/snapshots"},
},