mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-08 12:37:24 +01:00
Content editor: allow reordering quest stages & droplist content
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<th id="chance"><span class="hint hint--top" data-hint="Percentage chance, integer value from 1 (very unlikely) to 100 (always).">Chance</span></th>
|
||||
<th></th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tbody ui:sortable ng:model="obj.items">
|
||||
<tr ng-repeat="dropItem in obj.items">
|
||||
<td><input type="text" ng-model="dropItem.itemID" class="at-input-id" /></td>
|
||||
<td>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<th>Finishes quest</th>
|
||||
<th></th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tbody ui:sortable ng:model="obj.stages">
|
||||
<tr ng-repeat="stage in obj.stages">
|
||||
<td><input type="text" size="3" ng-model="stage.progress" class="at-input-stat"/></td>
|
||||
<td><textarea rows="2" cols="40" ng-model="stage.logText"></textarea></td>
|
||||
|
||||
Reference in New Issue
Block a user