This is an automated email from the ASF dual-hosted git repository.
siyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 829dfce410 HDDS-7554. Recon UI should show DORMANT in pipeline status
filter (#4010)
829dfce410 is described below
commit 829dfce410d6d8801421a87ac21922c5f767acda
Author: smitajoshi12 <[email protected]>
AuthorDate: Wed Nov 30 10:01:03 2022 +0530
HDDS-7554. Recon UI should show DORMANT in pipeline status filter (#4010)
---
.../webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx
index 73e83385c3..db1150e3d0 100644
---
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx
+++
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx
@@ -31,7 +31,7 @@ import {IAxiosResponse} from 'types/axios.types';
import {ColumnSearch} from 'utils/columnSearch';
const {TabPane} = Tabs;
-const PipelineStatusList = ['OPEN', 'CLOSING', 'QUASI_CLOSED', 'CLOSED',
'UNHEALTHY', 'INVALID', 'DELETED'] as const;
+const PipelineStatusList = ['OPEN', 'CLOSING', 'QUASI_CLOSED', 'CLOSED',
'UNHEALTHY', 'INVALID', 'DELETED', 'DORMANT'] as const;
type PipelineStatusTuple = typeof PipelineStatusList;
export type PipelineStatus = PipelineStatusTuple[number]; // 'OPEN' |
'CLOSING' | 'QUASI_CLOSED' | 'CLOSED' | 'UNHEALTHY' | 'INVALID' | 'DELETED';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]