hotFix #5194 cambios ticketFutureAdvance #1320
|
@ -9,7 +9,6 @@
|
||||||
</vn-crud-model>
|
</vn-crud-model>
|
||||||
|
|
||||||
<vn-card class="vn-w-md vn-pa-md">
|
<vn-card class="vn-w-md vn-pa-md">
|
||||||
<vn-horizontal>
|
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-date-picker class="vn-pa-xs"
|
<vn-date-picker class="vn-pa-xs"
|
||||||
vn-one
|
vn-one
|
||||||
|
@ -19,8 +18,6 @@
|
||||||
ng-model="$ctrl.dateFrom">
|
ng-model="$ctrl.dateFrom">
|
||||||
</vn-date-picker>
|
</vn-date-picker>
|
||||||
<vn-date-picker class="vn-pa-xs"
|
<vn-date-picker class="vn-pa-xs"
|
||||||
vn-one
|
|
||||||
label="To"
|
|
||||||
vn-one
|
vn-one
|
||||||
label="To"
|
label="To"
|
||||||
ng-model="$ctrl.dateTo">
|
ng-model="$ctrl.dateTo">
|
||||||
|
@ -55,7 +52,6 @@
|
||||||
<vn-tbody>
|
<vn-tbody>
|
||||||
<vn-tr ng-repeat="entry in entries">
|
<vn-tr ng-repeat="entry in entries">
|
||||||
<vn-td center>
|
<vn-td center>
|
||||||
<vn-check
|
|
||||||
<vn-check
|
<vn-check
|
||||||
ng-model="entry.isIgnored"
|
ng-model="entry.isIgnored"
|
||||||
disabled="true">
|
disabled="true">
|
||||||
|
|
Loading…
Reference in New Issue