mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-20 10:31:28 +01:00
Refactor content editor - Minor layout issue on item table editor.
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
<option value="4">Rare (purple)</option>
|
||||
</select>
|
||||
</td>
|
||||
<td ng-ds-fade="name"><input type="text" ng-model="item.name" class="at-input-name" /></td>
|
||||
<td ng-ds-fade="hasManualPrice"><input type="checkbox" ng-model="item.hasManualPrice" ng-true-value="1" ng-false-value="0" ng-change="updateCost(item)" /></td>
|
||||
<td ng-ds-fade="price">
|
||||
<input type="text" ng-show="item.hasManualPrice == 0" value="{{getItemCost(item)}}" readonly="readonly" class="at-input-gold" />
|
||||
|
||||
Reference in New Issue
Block a user