changed icon reference
This commit is contained in:
parent
61bc40dfd5
commit
bad8e63f95
|
@ -85,7 +85,7 @@
|
||||||
icon="warning"
|
icon="warning"
|
||||||
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.$translate.instant('Available')}}: {{::sale.available || 0}}">
|
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.$translate.instant('Available')}}: {{::sale.available || 0}}">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<vn-icon ng-show="sale.reserved" icon="icon-reserva"></vn-icon>
|
<vn-icon ng-show="sale.reserved" icon="icon-reserved"></vn-icon>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td style="text-align: center">
|
<vn-td style="text-align: center">
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in New Issue