refactor(): minor changes

This commit is contained in:
Torkel Ödegaard
2016-02-05 10:37:14 +01:00
parent f188900379
commit 273fbaac68
7 changed files with 8 additions and 12 deletions

View File

@ -62,7 +62,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
data.MainNavLinks = append(data.MainNavLinks, &dtos.NavLink{
Text: "Snapshots",
Icon: "fa fa-fw fa-camera-retro",
Icon: "fa-fw icon-gf icon-gf-snapshot",
Url: "/dashboard/snapshots",
})