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 e90e2dd8ea HDDS-7505. Recon: Rename OM DB Sync to DB Sync on UI (#3988)
e90e2dd8ea is described below

commit e90e2dd8ea1770bafea759015c955fc6e2281b9f
Author: smitajoshi12 <[email protected]>
AuthorDate: Tue Feb 28 09:37:20 2023 +0530

    HDDS-7505. Recon: Rename OM DB Sync to DB Sync on UI (#3988)
---
 .../ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx
 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx
index 3d9f8b44f4..33bf254c4c 100644
--- 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx
+++ 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx
@@ -77,7 +77,7 @@ class AutoReloadPanel extends 
React.Component<IAutoReloadPanelProps> {
      const lastUpdatedDeltaFullText = lastUpdatedOMDBDelta === 0 || 
lastUpdatedOMDBDelta === undefined || lastUpdatedOMDBFull === 0 || 
lastUpdatedOMDBFull === undefined ? '' :
      (
       <>
-      &nbsp; | OM DB updated at {lastUpdatedDeltaFullToolTip}
+      &nbsp; | DB Synced at {lastUpdatedDeltaFullToolTip}
       &nbsp;<Button shape='circle' icon='play-circle' size='small' 
loading={isLoading} onClick={omSyncLoad} disabled={omStatus === '' ? false : 
true } />
       </>
      );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to