[arvados] updated: 2.7.0-6060-g0bbc879707
git repository hosting
git at public.arvados.org
Tue Feb 27 15:46:40 UTC 2024
Summary of changes:
services/workbench2/src/components/data-table/data-table.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 0bbc879707665f316892387570182d1d2209e91c (commit)
from fe65b9e7f45f69ccd9c73ca6cf220cd544512d0a (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 0bbc879707665f316892387570182d1d2209e91c
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Tue Feb 27 10:46:36 2024 -0500
21224: changed pending icon to PendingIcon Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/components/data-table/data-table.tsx b/services/workbench2/src/components/data-table/data-table.tsx
index 5029e39cfd..2c81c9b169 100644
--- a/services/workbench2/src/components/data-table/data-table.tsx
+++ b/services/workbench2/src/components/data-table/data-table.tsx
@@ -29,6 +29,7 @@ import { SvgIconProps } from "@material-ui/core/SvgIcon";
import ArrowDownwardIcon from "@material-ui/icons/ArrowDownward";
import { createTree } from "models/tree";
import { DataTableMultiselectOption } from "../data-table-multiselect-popover/data-table-multiselect-popover";
+import { PendingIcon } from "components/icon/icon";
export type DataColumns<I, R> = Array<DataColumn<I, R>>;
@@ -328,7 +329,7 @@ export const DataTable = withStyles(styles)(
if (isLoaded === false || working === true) {
return (
<DataTableDefaultView
- icon={this.props.defaultViewIcon}
+ icon={PendingIcon}
messages={["Loading data, please wait"]}
/>
);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list