feat: delete link
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-07-29 14:12:53 +02:00
parent d1e273d1d3
commit 1e521f1a8b
3 changed files with 3 additions and 9 deletions

View File

@ -56,13 +56,7 @@
vn-click-stop> vn-click-stop>
</vn-check> </vn-check>
</td> </td>
<td number> <td number>{{::route.id | dashIfEmpty}}</td>
<a
vn-tooltip="Go to route"
ui-sref="route.card.summary({id: {{::route.id}}})">
{{::route.id | dashIfEmpty}}
</a>
</td>
<td> <td>
<vn-autocomplete <vn-autocomplete
ng-model="route.workerFk" ng-model="route.workerFk"

View File

@ -33,7 +33,7 @@
</vn-button> </vn-button>
<vn-button <vn-button
ng-click="$ctrl.setOrderedPriority($ctrl.tickets)" ng-click="$ctrl.setOrderedPriority($ctrl.tickets)"
vn-tooltip="Renumber all tickets in current order" vn-tooltip="Renumber all tickets in the order you see on the screen"
icon="format_list_numbered"> icon="format_list_numbered">
</vn-button> </vn-button>
</vn-tool-bar> </vn-tool-bar>

View File

@ -14,5 +14,5 @@ The route doesn't have a vehicle: La ruta no tiene un vehículo
Population: Población Population: Población
Unlink selected zone?: Desvincular zona seleccionada? Unlink selected zone?: Desvincular zona seleccionada?
Delete priority: Borrar orden Delete priority: Borrar orden
Renumber all tickets in current order: Renumerar todos los tickets con el orden actual Renumber all tickets in the order you see on the screen: Renumerar todos los tickets con el orden que ves por pantalla
Assign highest priority: Asignar máxima prioridad Assign highest priority: Asignar máxima prioridad