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>
|
<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>
|
||||||
|
|
|
@ -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"},
|
||||||
|
|
Loading…
Reference in New Issue