From 06e08c575d16e1cf5ff08064ab5a550844e02b7c Mon Sep 17 00:00:00 2001 From: Simon Hunt Date: Thu, 1 Sep 2016 10:25:33 -0700 Subject: [PATCH] Update simon-single cell; make topoX view scrollable. Change-Id: I21c60c50f60183481f6527716f3ed9744dbfe511 --- tools/test/cells/simon-single | 2 +- web/gui/src/main/webapp/app/view/topoX/topoX.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/test/cells/simon-single b/tools/test/cells/simon-single index 6fac7365f2..f28c7143cd 100644 --- a/tools/test/cells/simon-single +++ b/tools/test/cells/simon-single @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* export OC1="192.168.56.1" export OCN="192.168.56.99" -export ONOS_APPS="drivers,openflow,drivermatrix,null" +export ONOS_APPS="drivers,openflow,fwd,null" diff --git a/web/gui/src/main/webapp/app/view/topoX/topoX.css b/web/gui/src/main/webapp/app/view/topoX/topoX.css index 26661b01ce..a0bedc6c6f 100644 --- a/web/gui/src/main/webapp/app/view/topoX/topoX.css +++ b/web/gui/src/main/webapp/app/view/topoX/topoX.css @@ -26,7 +26,12 @@ -webkit-user-select: none; } -/* -- TEMPORARY CSS (to be deleted) -- */ +#topoXtmp { + height: 600px; + width: 98%; + overflow-y: scroll; +} + #topoXtmp div { padding: 8px 24px; margin: 8px;