Large updates to webserver

Do not merge yet

Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102
diff --git a/static/index.html b/static/index.html
index e0a2058..a699ada 100644
--- a/static/index.html
+++ b/static/index.html
@@ -28,6 +28,8 @@
 
     <script type="text/javascript" src="static/js/bmcApp.js" defer></script>
     <script type="text/javascript" src="static/js/base64.js" defer></script>
+    <script type="text/javascript" src="static/js/dbusWebsocketFactory.js" defer></script>
+
     <script type="text/javascript" src="static/js/mainController.js" defer></script>
 
     <script type="text/javascript" src="static/js/versionController.js" defer></script>
@@ -52,7 +54,6 @@
     <script type="text/javascript" src="static/noVNC/core/inflator.js" defer></script>
     <script type="text/javascript" src="static/noVNC/core/rfb.js" defer></script>
     <script type="text/javascript" src="static/noVNC/core/input/keysym.js" defer></script>
-
 </head>
 
 <body ng-controller="MainCtrl" ng-class="(is_logged_in()) ? '' : 'auth-main'">