commit | 88716917a94bd1e9ec6efa37a751ba1c216e947d | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Fri Nov 13 08:15:01 2015 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Fri Nov 13 15:25:44 2015 -0800 |
tree | e8a6dad73ccf912cfc96945ed63f4739e24f07c2 | |
parent | 058a61023544a8fe70b67912dab02cd47f7d2fb6 [diff] [blame] |
Coding up ONOS GUI tutorial app. Base table + dialog view Base overlay Change-Id: I1bac7dfc8ab916e9dce0df9b0be6a41be07433d7
diff --git a/onos-byon-gui/src/main/resources/css.html b/onos-byon-gui/src/main/resources/css.html new file mode 100644 index 0000000..e9c28cd --- /dev/null +++ b/onos-byon-gui/src/main/resources/css.html
@@ -0,0 +1,2 @@ +<link rel="stylesheet" href="app/view/byonNetworks/byonNetworks.css"> +<link rel="stylesheet" href="app/view/byonTopov/byonTopov.css">