GUI -- Created onosWidget module and TableService with respective Karma Test file.

Change-Id: I0b164877bcd70503d126ccfe19e03a96d6b84b56
diff --git a/web/gui/src/main/webapp/app/index.html b/web/gui/src/main/webapp/app/index.html
index abb9053..24a2cc1 100644
--- a/web/gui/src/main/webapp/app/index.html
+++ b/web/gui/src/main/webapp/app/index.html
@@ -54,6 +54,9 @@
     <script src="fw/remote/websocket.js"></script>
     <script src="fw/remote/wsevent.js"></script>
 
+    <script src="fw/widget/widget.js"></script>
+    <script src="fw/widget/table.js"></script>
+
     <!-- Framework and library stylesheets included here -->
     <!-- TODO: use a single catenated-minified file here -->
     <link rel="stylesheet" href="onos.css">