summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-18 18:06:06 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-18 18:06:06 +0100
commitd3047bb539a2256cf357784ff49e0ad58e638500 (patch)
tree1938dab3f617cc7b54d1eb6bc439c78a113ac565 /client/index.html
parentf90968d920f236faa5419aaf6ef189a120129703 (diff)
Add compute service
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 26430f9..ba183df 100644
--- a/client/index.html
+++ b/client/index.html
@@ -75,7 +75,8 @@
<!-- Include services -->
<script src="./js/services/Identity.js"></script>
<script src="./js/services/Image.js"></script>
-
+ <script src="./js/services/Compute.js"></script>
+
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>
<script src="./js/controllers/status.js"></script>