Update simon-single cell; make topoX view scrollable.
Change-Id: I21c60c50f60183481f6527716f3ed9744dbfe511
Showing
2 changed files
with
7 additions
and
2 deletions
... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* | ... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* |
4 | export OC1="192.168.56.1" | 4 | export OC1="192.168.56.1" |
5 | export OCN="192.168.56.99" | 5 | export OCN="192.168.56.99" |
6 | 6 | ||
7 | -export ONOS_APPS="drivers,openflow,drivermatrix,null" | 7 | +export ONOS_APPS="drivers,openflow,fwd,null" | ... | ... |
... | @@ -26,7 +26,12 @@ | ... | @@ -26,7 +26,12 @@ |
26 | -webkit-user-select: none; | 26 | -webkit-user-select: none; |
27 | } | 27 | } |
28 | 28 | ||
29 | -/* -- TEMPORARY CSS (to be deleted) -- */ | 29 | +#topoXtmp { |
30 | + height: 600px; | ||
31 | + width: 98%; | ||
32 | + overflow-y: scroll; | ||
33 | +} | ||
34 | + | ||
30 | #topoXtmp div { | 35 | #topoXtmp div { |
31 | padding: 8px 24px; | 36 | padding: 8px 24px; |
32 | margin: 8px; | 37 | margin: 8px; | ... | ... |
-
Please register or login to post a comment