1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Move startContainer to its own submodule.

This commit is contained in:
Kevan Ahlquist 2014-11-12 12:31:02 -06:00
parent 3a28cb9889
commit 57fef1c958
5 changed files with 49 additions and 47 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/startContainer/startContainerController.js"></script>
<script src="app/components/image/imageController.js"></script>
<script src="app/components/images/imagesController.js"></script>
<script src="app/viewmodel.js"></script>