summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-06 14:51:50 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-06 14:51:50 +0100
commit96094547dd793868092dda4c2699a839287fa175 (patch)
treeadd78f10143bba3cdfece27949796447f677f90d /client/index.html
parent9b36459eb868dd35d078924293a49ed89b49b3e9 (diff)
Add image view, controller.
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index 48ea4a0..a06994c 100644
--- a/client/index.html
+++ b/client/index.html
@@ -89,6 +89,7 @@
<script src="./js/controllers/home/home.js"></script>
<script src="./js/controllers/home/machineDetails.js"></script>
<script src="./js/controllers/network/network.js"></script>
+ <script src="./js/controllers/image/image.js"></script>