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/page-comparison.html
Normal file → Executable file
2
app/views/page-comparison.html
Normal file → Executable file
@@ -48,7 +48,7 @@
|
||||
<table>
|
||||
<thead><tr><th colspan="2">Available</th></tr></thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="b in unusedBuilds | orderBy:'[0]'" ng-click="addBuild(b.id, b.buildName)">
|
||||
<tr ng-repeat="b in unusedBuilds | orderBy:'name'" ng-click="addBuild(b.id, b.buildName)">
|
||||
<td class="tl" ng-bind="b.name"></td><td class="tl" ng-bind="b.buildName"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user