Merge branch '4700-split-tour' of https://gitea.verdnatura.es/verdnatura/salix into 3963-ticket-advance
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2022-11-14 09:58:18 +01:00
commit dc06ba7d89
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
> >
<slot-actions> <slot-actions>
<vn-button disabled="$ctrl.checked.length === 0" <vn-button disabled="$ctrl.checked.length === 0"
icon="double_arrow" icon="keyboard_double_arrow_right"
ng-click="moveTicketsFuture.show($event)" ng-click="moveTicketsFuture.show($event)"
vn-tooltip="Future tickets"> vn-tooltip="Future tickets">
</vn-button> </vn-button>

View File

@ -8,7 +8,7 @@
"main": [ "main": [
{"state": "ticket.index", "icon": "icon-ticket"}, {"state": "ticket.index", "icon": "icon-ticket"},
{"state": "ticket.weekly.index", "icon": "schedule"}, {"state": "ticket.weekly.index", "icon": "schedule"},
{"state": "ticket.future", "icon": "double_arrow"} {"state": "ticket.future", "icon": "keyboard_double_arrow_right"}
], ],
"card": [ "card": [
{"state": "ticket.card.basicData.stepOne", "icon": "settings"}, {"state": "ticket.card.basicData.stepOne", "icon": "settings"},