Simon Hunt
Committed by Gerrit Code Review

GUI- Minor tweaks to driver matrix style

- update cell simon-uk

Change-Id: I4f57e4214b636e8d8ada1a6d9711e01a98442d62
......@@ -4,6 +4,12 @@
display: inline-block;
}
#ov-driver-matrix .driver-matrix {
/* FIXME: demo only, need a proper scrolling solution */
height: 600px;
overflow: scroll;
}
#ov-driver-matrix table {
margin-left: 20px;
}
......@@ -12,10 +18,10 @@
border-collapse: collapse;
}
#ov-driver-matrix .table-header-rotated td {
width: 30px;
width: 24px;
}
#ov-driver-matrix .table-header-rotated td.xmark {
background-color: yellow;
background-color: rgba(200, 85, 85, 0.5);
}
#ov-driver-matrix .table-header-rotated td {
text-align: center;
......@@ -25,6 +31,7 @@
#ov-driver-matrix .table-header-rotated th.rotate {
height: 140px;
white-space: nowrap;
font-size: 10pt;
}
#ov-driver-matrix .table-header-rotated th.rotate > div {
-webkit-transform: translate(25px, 51px) rotate(-45deg);
......
......@@ -34,7 +34,8 @@ export OCI=$OC1
## credentials for logging into ONOS instances
export ONOS_USER=sdn
export ONOS_APPS="drivers,openflow,proxyarp,fwd"
## the apps we want activated at startup
export ONOS_APPS="drivers,openflow,proxyarp,drivermatrix"
## mininet VM
export OCN="192.168.56.103"
......