GUI -- Basic Intent View implemented. Includes app id, key, type, and priority. Details / resources to be added later.
- deleted unused dependencies in controllers.

Change-Id: I8c38c4b688284f9eabc35e3a174dde3eb7b93bde
diff --git a/web/gui/src/main/resources/core/css.html b/web/gui/src/main/resources/core/css.html
index 3ff410c..f29b3e1 100644
--- a/web/gui/src/main/resources/core/css.html
+++ b/web/gui/src/main/resources/core/css.html
@@ -3,3 +3,4 @@
 <link rel="stylesheet" href="app/view/device/device.css">
 <link rel="stylesheet" href="app/view/host/host.css">
 <link rel="stylesheet" href="app/view/app/app.css">
+<link rel="stylesheet" href="app/view/intent/intent.css">
diff --git a/web/gui/src/main/resources/core/js.html b/web/gui/src/main/resources/core/js.html
index c2ad984..68df55b 100644
--- a/web/gui/src/main/resources/core/js.html
+++ b/web/gui/src/main/resources/core/js.html
@@ -14,4 +14,5 @@
 <script src="app/view/device/device.js"></script>
 <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/sample/sample.js"></script>