commit | 06909efd6e105e2d317d7c97a2319730610d5bca | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Thu Jan 07 10:11:20 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jan 07 18:26:43 2016 +0000 |
tree | 822ea696f09f93e0bab4e0965f9e8a31571ef81c | |
parent | f4fd035953189d845f47e02f40f26b3e55bcb215 [diff] |
ONOS-3642 -- GUI: Widened topo panels by 8 pixels to allow 7 buttons to fit neatly in one row. Change-Id: I244e6ca02e6ab6ea268ffc8eae7a184825cc8d7e
diff --git a/web/gui/src/main/webapp/app/view/topo/topoPanel.js b/web/gui/src/main/webapp/app/view/topo/topoPanel.js index 1b8c219..748c17f 100644 --- a/web/gui/src/main/webapp/app/view/topo/topoPanel.js +++ b/web/gui/src/main/webapp/app/view/topo/topoPanel.js
@@ -30,7 +30,7 @@ idSum = 'topo-p-summary', idDet = 'topo-p-detail', panelOpts = { - width: 260 + width: 268 }, sumMax = 262, padTop = 20,