From 9769221edaf40bf40c76a09e51dd1b83551332b8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 19 Mar 2019 11:47:52 -0400 Subject: [PATCH] LP1821382 Angular grid inline load progress indicator. Display an indeterminate progress indicator while the grid is waiting for data to arrive. Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/grid/grid.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html index dd462465b0..4a6ae6ec9b 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html @@ -16,15 +16,15 @@ -
> +
- +
-
- Nothing to Display +
+ Nothing to Display
-- 2.11.0