mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
Update simon-single cell; make topoX view scrollable.
Change-Id: I21c60c50f60183481f6527716f3ed9744dbfe511
This commit is contained in:
parent
bf8b67ea9b
commit
06e08c575d
@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.*
|
|||||||
export OC1="192.168.56.1"
|
export OC1="192.168.56.1"
|
||||||
export OCN="192.168.56.99"
|
export OCN="192.168.56.99"
|
||||||
|
|
||||||
export ONOS_APPS="drivers,openflow,drivermatrix,null"
|
export ONOS_APPS="drivers,openflow,fwd,null"
|
||||||
|
@ -26,7 +26,12 @@
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -- TEMPORARY CSS (to be deleted) -- */
|
#topoXtmp {
|
||||||
|
height: 600px;
|
||||||
|
width: 98%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
#topoXtmp div {
|
#topoXtmp div {
|
||||||
padding: 8px 24px;
|
padding: 8px 24px;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user