GUI -- Starting migration of topology view to the updated framework. WIP.
diff --git a/web/gui/src/main/webapp/index2.html b/web/gui/src/main/webapp/index2.html
index 95c4e4d..703a240 100644
--- a/web/gui/src/main/webapp/index2.html
+++ b/web/gui/src/main/webapp/index2.html
@@ -70,6 +70,7 @@
<script type="text/javascript">
var ONOS = $.onos({
comment: "configuration options",
+ startVid: 'topo',
trace: false
});
</script>
@@ -77,12 +78,15 @@
<!-- Framework module files included here -->
<script src="mast2.js"></script>
- <!-- Contributed (application) views injected here -->
- <!-- TODO: replace with template marker and inject refs server-side -->
+ <!-- Sample views; can be dispensed with eventually -->
<script src="sample2.js"></script>
<script src="sampleAlt2.js"></script>
<script src="sampleRadio.js"></script>
+ <!-- Contributed (application) views injected here -->
+ <!-- TODO: replace with template marker and inject refs server-side -->
+ <script src="topo2.js"></script>
+
<!-- finally, build the UI-->
<script type="text/javascript">
$(ONOS.buildUi);