1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

Move image to its own submodule.

This commit is contained in:
Kevan Ahlquist 2014-11-12 12:11:36 -06:00 committed by Kevan Ahlquist
parent 3072a05c5a
commit 3a28cb9889
5 changed files with 58 additions and 57 deletions

View file

@ -42,6 +42,7 @@
<script src="app/components/dashboard/dashboardController.js"></script>
<script src="app/components/container/containerController.js"></script>
<script src="app/components/containers/containersController.js"></script>
<script src="app/components/image/imageController.js"></script>
<script src="app/components/images/imagesController.js"></script>
<script src="app/viewmodel.js"></script>