feat(apps): more work on app pages and sidemenu subnav

This commit is contained in:
Torkel Ödegaard
2016-02-09 14:06:23 +01:00
parent 0def04ad34
commit 9dcfe6dc39
6 changed files with 50 additions and 34 deletions
+5 -4
View File
@@ -19,8 +19,9 @@ type PluginCss struct {
}
type NavLink struct {
Text string `json:"text"`
Icon string `json:"icon"`
Img string `json:"img"`
Url string `json:"url"`
Text string `json:"text"`
Icon string `json:"icon"`
Img string `json:"img"`
Url string `json:"url"`
Children []*NavLink `json:"children"`
}