GUI -- Base Cluster View implemented. Bug fixed of table bodies not being wide enough.

Change-Id: Iebf43c87c91404eb443ae1a098b56575ca9959fe
diff --git a/web/gui/src/main/resources/core/js.html b/web/gui/src/main/resources/core/js.html
index 68df55b..8d6d87d 100644
--- a/web/gui/src/main/resources/core/js.html
+++ b/web/gui/src/main/resources/core/js.html
@@ -15,4 +15,5 @@
 <script src="app/view/host/host.js"></script>
 <script src="app/view/app/app.js"></script>
 <script src="app/view/intent/intent.js"></script>
+<script src="app/view/cluster/cluster.js"></script>
 <script src="app/view/sample/sample.js"></script>