Skip to content

Instantly share code, notes, and snippets.

@changtimwu
Created July 3, 2015 03:19
Show Gist options
  • Save changtimwu/547998007277921648c5 to your computer and use it in GitHub Desktop.
Save changtimwu/547998007277921648c5 to your computer and use it in GitHub Desktop.
-
key: 'system'
title: 'System'
url: '/system'
children:
-
key: 'info'
title: 'Information'
url: '/sysconf'
templateUrl: 'views/sysconf.html'
-
key: 'netconf'
title: 'Network Configuration'
url: '/netconf'
templateUrl: 'views/netconf.html'
-
key: 'chpass'
title: 'Change Password'
url: '/chpass'
templateUrl: 'views/chpass.html'
-
key: 'saveconf'
title: 'Save Configuration'
url: '/saveconf'
templateUrl: 'views/saveconf.html'
-
key: 'reset_tofac'
title: 'Reset to Factory default'
url: '/reset_tofac'
templateUrl: 'views/reset_tofac.html'
-
key: 'redgrp'
title: 'Redundancy Group'
url: '/redgrp'
children:
-
key: 'conf'
title: 'Settings'
url: '/redgrp_conf'
templateUrl: 'views/redgrp_conf.html'
-
key: 'status'
title: 'Status'
url: '/redgrp_status'
templateUrl: 'views/redgrp_status.html'
-
key: 'iface'
title: 'Interfaces'
url: '/iface'
children:
-
key: 'list'
title: 'Status'
url: '/iface_list'
templateUrl: 'views/iface_list.html'
-
key: 'conf'
url: '/iface_conf'
templateUrl: 'views/iface_conf.html'
title: '_Settings'
-
key: 'stats'
url: '/iface_stats'
templateUrl: 'views/iface_stats.html'
title: 'Statistics'
-
key: 'vlan'
title: '_VLAN'
url: '/vlan'
children:
-
key: 'conf'
title: 'Settings'
url: '/vlan_conf'
templateUrl: 'views/vlan_conf.html'
-
key: 'topo'
title: '_Topology'
url: '/topo'
children:
-
key: 'demo'
url: '/topo_demo'
templateUrl: 'views/topo_demo.html'
title: 'Topology Demo'
-
key: 'textview'
url: '/topo_textview'
templateUrl: 'views/topo_textview.html'
title: 'Text View'
-
key: 'graphview'
url: '/topo_graphview'
templateUrl: 'views/topo_graphview.html'
title: 'Topology Graphic View'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment