Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2585-pinned_module_icons

This commit is contained in:
Carlos Jimenez Ruiz 2021-03-01 16:14:23 +01:00
commit 5d528ff768
2 changed files with 19 additions and 4 deletions

View File

@ -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">