mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
chmod all files, rsync for deploy, cdn support, build page borked
This commit is contained in:
2
app/views/modal-export.html
Normal file → Executable file
2
app/views/modal-export.html
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
<h2 ng-bind="title"></h2>
|
||||
<div>
|
||||
<textarea class="cb json" ng-focus="onTextClick($event)" ng-bind="export"></textarea>
|
||||
<textarea class="cb json" ng-click="onTextClick($event)" ng-bind="export"></textarea>
|
||||
</div>
|
||||
<button class="r dismiss" ng-click="dismiss()">Close</button>
|
||||
Reference in New Issue
Block a user