diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 01:54:35 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 01:54:35 +0200 |
commit | 6cab3bad114fd0806fd1d3feb562a53138c91708 (patch) | |
tree | f34edbd8a53b078ac66873850dbd0d1fbc7a99f5 /web/js/nms-info-box.js | |
parent | 052ab619c0611fc7ad61ba53aa26e94a63df1fd5 (diff) |
front: Tweak various aesthetics
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r-- | web/js/nms-info-box.js | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index 5007cd3..772f711 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -40,13 +40,9 @@ var nmsInfoBox = nmsInfoBox || { 'title': 'Switch info', 'views': { 'initial': { - 'name': 'Switch summary', + 'name': 'Summary', 'panels': ['switchSummary','switchComments'] }, - 'details': { - 'name': 'Switch details', - 'panels': ['switchDetails'] - }, 'ports': { 'name': 'SNMP - Ports', 'panels': ['switchSNMP:ports'] @@ -55,9 +51,9 @@ var nmsInfoBox = nmsInfoBox || { 'name': 'SNMP - Misc', 'panels': ['switchSNMP:misc'] }, - 'comments': { - 'name': 'Comments', - 'panels': ['switchComments'] + 'details': { + 'name': 'Settings', + 'panels': ['switchDetails'] }, 'edit': { 'name': 'Edit', |