AMBARI-8833. Nagios restart warning msg should be removed when adding/removing components (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9caa2bbe Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9caa2bbe Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9caa2bbe Branch: refs/heads/trunk Commit: 9caa2bbe80e86cb763003383b214f9312d7b5758 Parents: 85b8957 Author: Alex Antonenko <[email protected]> Authored: Fri Dec 19 20:15:32 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Fri Dec 19 20:15:32 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/details/addComponentPopup.hbs | 3 +-- .../app/templates/main/host/details/deleteComponentPopup.hbs | 3 +-- .../app/templates/main/host/details/installComponentPopup.hbs | 3 +-- ambari-web/app/templates/main/service/add_host_popup.hbs | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9caa2bbe/ambari-web/app/templates/main/host/details/addComponentPopup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/details/addComponentPopup.hbs b/ambari-web/app/templates/main/host/details/addComponentPopup.hbs index e3129d9..a65f0e6 100644 --- a/ambari-web/app/templates/main/host/details/addComponentPopup.hbs +++ b/ambari-web/app/templates/main/host/details/addComponentPopup.hbs @@ -16,5 +16,4 @@ * limitations under the License. }} -{{addComponentMsg}}<br /><br /> -<div class='alert'>{{view restartNagiosMsg}}</div> \ No newline at end of file +{{addComponentMsg}}<br /><br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/9caa2bbe/ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs b/ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs index 0e89b1f..dd6f385 100644 --- a/ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs +++ b/ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs @@ -30,5 +30,4 @@ {{#if isHiveMetastore}} <br /> <div class='alert'>{{view deleteHiveMetastoreMsg}}</div> -{{/if}} -<div class='alert'>{{view restartNagiosMsg}}</div> \ No newline at end of file +{{/if}} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/9caa2bbe/ambari-web/app/templates/main/host/details/installComponentPopup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/details/installComponentPopup.hbs b/ambari-web/app/templates/main/host/details/installComponentPopup.hbs index cc3be3f..2d2e3da 100644 --- a/ambari-web/app/templates/main/host/details/installComponentPopup.hbs +++ b/ambari-web/app/templates/main/host/details/installComponentPopup.hbs @@ -16,5 +16,4 @@ * limitations under the License. }} -{{installComponentMessage}}<br /><br /> -<div class='alert'>{{view restartNagiosMsg}}</div> \ No newline at end of file +{{installComponentMessage}}<br /><br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/9caa2bbe/ambari-web/app/templates/main/service/add_host_popup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/service/add_host_popup.hbs b/ambari-web/app/templates/main/service/add_host_popup.hbs index c494248..7431080 100644 --- a/ambari-web/app/templates/main/service/add_host_popup.hbs +++ b/ambari-web/app/templates/main/service/add_host_popup.hbs @@ -23,7 +23,6 @@ </div> {{addComponentMsg}}<br /><br /> - <div class='alert'>{{view restartNagiosMsg}}</div> {{else}} {{thereIsNoHostsMsg}} {{/if}} \ No newline at end of file
