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
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
dc06ba7d89
Binary file not shown.
|
@ -21,7 +21,7 @@
|
|||
>
|
||||
<slot-actions>
|
||||
<vn-button disabled="$ctrl.checked.length === 0"
|
||||
icon="double_arrow"
|
||||
icon="keyboard_double_arrow_right"
|
||||
ng-click="moveTicketsFuture.show($event)"
|
||||
vn-tooltip="Future tickets">
|
||||
</vn-button>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"main": [
|
||||
{"state": "ticket.index", "icon": "icon-ticket"},
|
||||
{"state": "ticket.weekly.index", "icon": "schedule"},
|
||||
{"state": "ticket.future", "icon": "double_arrow"}
|
||||
{"state": "ticket.future", "icon": "keyboard_double_arrow_right"}
|
||||
],
|
||||
"card": [
|
||||
{"state": "ticket.card.basicData.stepOne", "icon": "settings"},
|
||||
|
|
Loading…
Reference in New Issue