From: Mike Rylander Date: Wed, 2 Feb 2022 21:55:30 +0000 (-0500) Subject: LP#1839341: Improve grid layouts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=640bc89c760315841a0804471e0ed9042b8f5f5e;p=working%2FEvergreen.git LP#1839341: Improve grid layouts Correctly hide the ID column on the history grid, and disable tooltips on action columns in both grids. Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-setting-history-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-setting-history-dialog.component.html index 082fdf2694..5967c534fb 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-setting-history-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-setting-history-dialog.component.html @@ -17,13 +17,13 @@ [disableSelect]="true" [disableMultiSelect]="true" [sortable]="false"> - + + [disableTooltip]="true" [cellTemplate]="revertTemplate"> @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html index 4352a5b41b..2ad7679535 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html @@ -55,9 +55,9 @@ persistKey="admin.actor.org_unit_settings"> + [disableTooltip]="true" [cellTemplate]="editCellTemplate"> + [disableTooltip]="true" [cellTemplate]="historyCellTemplate">