summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-28 16:07:52 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-28 16:07:52 +0100
commit1f397cf0c6a4f177c9f66e4a0f4d2274f26ae5be (patch)
tree2baa5ca70604ed9d321de6f884f054dee4f58eee /client/index.html
parent869538121bdc07adba1637252bf1d7338f1a27de (diff)
Begin machine details overlay
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index ba183df..8d81ac3 100644
--- a/client/index.html
+++ b/client/index.html
@@ -26,6 +26,9 @@
<div class="col-lg-12">
<!-- Login Overlay -->
<div ng-include="'./partials/login.html'"></div>
+ <!-- Machine Details Overlay -->
+ <div ng-include="'./partials/home/machineDetails.html'"></div>
+
<!-- Nav -->
<div ng-include="'./partials/nav.html'"></div>
</div>
@@ -81,7 +84,9 @@
<script src="./js/controllers/login.js"></script>
<script src="./js/controllers/status.js"></script>
<script src="./js/controllers/home/main.js"></script>
+ <script src="./js/controllers/home/machineDetails.js"></script>
<script src="./js/controllers/network/main.js"></script>
+