From 640bc89c760315841a0804471e0ed9042b8f5f5e Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 2 Feb 2022 16:55:30 -0500 Subject: [PATCH] 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 --- .../org-unit-setting-history-dialog.component.html | 6 +++--- .../admin/local/org-unit-settings/org-unit-settings.component.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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"> -- 2.11.0