#1191 item not available icon added
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Gerard 2019-03-04 20:00:12 +01:00
parent 269a2576b2
commit 1b2f851525
2 changed files with 9 additions and 1 deletions

View File

@ -57,6 +57,13 @@
value="{{tag.value}}"> value="{{tag.value}}">
</vn-label-value> </vn-label-value>
</div> </div>
<div class="icons">
<vn-icon
vn-tooltip="Item inactive"
icon="icon-unavailable"
ng-class="{bright: $ctrl.item.isActive == false}">
</vn-icon>
</div>
<div class="quicklinks"> <div class="quicklinks">
<a ng-if="$ctrl.quicklinks.btnOne" <a ng-if="$ctrl.quicklinks.btnOne"
vn-tooltip="{{::$ctrl.quicklinks.btnOne.tooltip}}" vn-tooltip="{{::$ctrl.quicklinks.btnOne.tooltip}}"

View File

@ -1,2 +1,3 @@
Regularize stock: Regularizar stock Regularize stock: Regularizar stock
Type the visible quantity: Introduce la cantidad visible Type the visible quantity: Introduce la cantidad visible
Item inactive: Artículo inactivo