Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2585-pinned_module_icons
This commit is contained in:
commit
5d528ff768
|
@ -48,9 +48,24 @@
|
||||||
</span>
|
</span>
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
ng-repeat="tag in $ctrl.item.tags | limitTo:4"
|
label="{{$ctrl.item.tag5}}"
|
||||||
label="{{tag.tag.name}}"
|
ng-if="$ctrl.item.value5"
|
||||||
value="{{tag.value}}">
|
value="{{$ctrl.item.value5}}">
|
||||||
|
</vn-label-value>
|
||||||
|
<vn-label-value
|
||||||
|
label="{{$ctrl.item.tag6}}"
|
||||||
|
ng-if="$ctrl.item.value6"
|
||||||
|
value="{{$ctrl.item.value6}}">
|
||||||
|
</vn-label-value>
|
||||||
|
<vn-label-value
|
||||||
|
label="{{$ctrl.item.tag7}}"
|
||||||
|
ng-if="$ctrl.item.value7"
|
||||||
|
value="{{$ctrl.item.value7}}">
|
||||||
|
</vn-label-value>
|
||||||
|
<vn-label-value
|
||||||
|
label="{{$ctrl.item.tag8}}"
|
||||||
|
ng-if="$ctrl.item.value8"
|
||||||
|
value="{{$ctrl.item.value8}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</div>
|
</div>
|
||||||
<div class="icons">
|
<div class="icons">
|
||||||
|
|
|
@ -6,4 +6,4 @@ vn-item-descriptor {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue