summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-02-29 14:20:13 +0100
committerYoggzo <yogg@epsina.com>2016-02-29 14:20:13 +0100
commitcfce59d6dc120848624e105614575ae0f48af81b (patch)
tree348540cbed9dfce254a64ceee69977e9954b65e1 /client/index.html
parent6349739a6c42d413e1bc1ea5068336187055c277 (diff)
merge
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>
+