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

Add Dockerfile view builder

This commit is contained in:
Michael Crosby 2013-06-18 16:21:27 -09:00
parent a7e92093c2
commit 7b7bb46844
7 changed files with 40 additions and 33 deletions

View file

@ -1,4 +1,3 @@
<div id="create-modal" class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
@ -27,7 +26,6 @@
</form>
</div>
<div class="modal-footer">
<a href="" class="btn" ng-click="close()">Close</a>
<a href="" class="btn btn-primary" ng-click="create()">Create</a>
</div>
</div>