summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index 45bee7f..d941857 100644
--- a/client/index.html
+++ b/client/index.html
@@ -24,6 +24,7 @@
<div ng-include="'./partials/home/machineDetails.html'"></div>
<div ng-include="'./partials/loading.html'"></div>
<div ng-include="'./partials/image/upload.html'"></div>
+ <div ng-include="'./partials/image/edit.html'"></div>
<!-- MAIN GRID -->
@@ -93,6 +94,8 @@
<script src="./js/controllers/network/network.js"></script>
<script src="./js/controllers/image/image.js"></script>
<script src="./js/controllers/image/upload.js"></script>
+ <script src="./js/controllers/image/edit.js"></script>
+