]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html
LP#1842763: Vandelay: disable grid row select on queued record matches
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / cat / vandelay / queue-items.component.html
1 <div class="row mb-3">
2   <div class="col-lg-2">
3     <button class="btn btn-info label-with-material-icon"
4       routerLink="/staff/cat/vandelay/queue/{{queueType}}/{{queueId}}">
5       <span class="material-icons">arrow_back</span>
6       <span i18n>Return to Queue</span>
7     </button>
8   </div>
9 </div>
10
11 <eg-grid #itemsGrid
12   showFields="record,import_error,imported_as,import_time,owning_lib,call_number,barcode"
13   persistKey="cat.vandelay.queue.items"
14   idlClass="vii" [dataSource]="gridSource">
15   <eg-grid-toolbar-checkbox (onChange)="limitToImportErrors($event)"
16     i18n-label label="Limit to Import Failures"></eg-grid-toolbar-checkbox>
17
18 </eg-grid>
19