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

Add missing files

This commit is contained in:
Michael Crosby 2013-09-02 20:35:51 -07:00
parent 9eaa75a572
commit d17adc0f9d
6 changed files with 54 additions and 26 deletions

View file

@ -11,10 +11,3 @@
<a href="" class="btn btn-primary" ng-click="build()">Build</a>
</div>
</div>
<script type="text/javascript">
var editor = ace.edit("editor");
editor.setValue('');
editor.setTheme("ace/theme/clouds");
editor.getSession().setMode("ace/mode/batchfile");
</script>