[arvados] updated: 2.7.0-6010-gf86892e892
git repository hosting
git at public.arvados.org
Wed Feb 21 14:55:49 UTC 2024
Summary of changes:
.../store/all-processes-panel/all-processes-panel-middleware-service.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f86892e89212ec7ada8c666a983d8f56fb30b15d (commit)
from 217ceda3a0eb62a1ef1a58e0a1fdba89862920f8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f86892e89212ec7ada8c666a983d8f56fb30b15d
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Feb 21 09:55:46 2024 -0500
21386: allprocesses loading view good Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/store/all-processes-panel/all-processes-panel-middleware-service.ts b/services/workbench2/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
index 955d9689af..a5cb95f685 100644
--- a/services/workbench2/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
+++ b/services/workbench2/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
@@ -41,7 +41,6 @@ export class AllProcessesPanelMiddlewareService extends DataExplorerMiddlewareSe
select: containerRequestFieldsNoMounts,
});
- if (!background) { api.dispatch(progressIndicatorActions.PERSIST_STOP_WORKING(this.getId())); }
api.dispatch(resourcesActions.SET_RESOURCES(processItems.items));
await api.dispatch<any>(loadMissingProcessesInformation(processItems.items));
api.dispatch(allProcessesPanelActions.SET_ITEMS({
@@ -50,6 +49,7 @@ export class AllProcessesPanelMiddlewareService extends DataExplorerMiddlewareSe
page: Math.floor(processItems.offset / processItems.limit),
rowsPerPage: processItems.limit
}));
+ if (!background) { api.dispatch(progressIndicatorActions.PERSIST_STOP_WORKING(this.getId())); }
} catch {
if (!background) { api.dispatch(progressIndicatorActions.PERSIST_STOP_WORKING(this.getId())); }
api.dispatch(allProcessesPanelActions.SET_ITEMS({
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list