Blame view

mustache/app/data/layouts/partials/empty/sidebar_items.json 292 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
  [
     	 { "link" :"index", "title" : "Dashboard", "icon" : "fa fa-tachometer" } ,
  	 {
  	  "link" : null, "title" : "UI Elements" , "icon" : "fa fa-desktop",
  	  "submenu" :
  	  [
  		{ "link" : "elements" , "title" : "Elements" } ,
  
  		{ "link" : "buttons" , "title" : "Buttons & Icons" }
  	  ]
  	 }
  ]