This is an automated email from the ASF dual-hosted git repository.
akovalenko pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 69f7bae AMBARI-24098. Filter have incorrect name on host page
(akovalenko)
69f7bae is described below
commit 69f7bae42103f716d381a14357696569d394dda6
Author: Aleksandr Kovalenko <[email protected]>
AuthorDate: Thu Jun 14 13:38:55 2018 +0300
AMBARI-24098. Filter have incorrect name on host page (akovalenko)
---
ambari-web/app/models/host_component.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-web/app/models/host_component.js
b/ambari-web/app/models/host_component.js
index a4a477a..9de0301 100644
--- a/ambari-web/app/models/host_component.js
+++ b/ambari-web/app/models/host_component.js
@@ -275,7 +275,7 @@ App.HostComponentStatus = {
case this.disabled:
return 'Disabled';
case this.init:
- return 'Install Pending';
+ return 'Install Pending...';
}
return 'Unknown';
},
--
To stop receiving notification emails like this one, please contact
[email protected].