[
https://issues.apache.org/jira/browse/AMBARI-8575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237288#comment-14237288
]
Hudson commented on AMBARI-8575:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1122 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1122/])
AMBARI-8575. Alerts UI: Fix various alerts badge issues on Host Details page
(sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=abb48a464d7e8c58b08d0f5d78579d5e9820b616)
* ambari-web/app/data/host/categories.js
* ambari-web/app/views/main/host/alerts.js
* ambari-web/app/templates/main/host.hbs
* ambari-web/app/templates/main/host/alerts.hbs
* ambari-web/app/controllers/main/host/host_alerts_controller.js
* ambari-web/app/models/host.js
* ambari-web/app/utils/ajax/ajax.js
* ambari-web/app/views/main/host/menu.js
* ambari-web/app/mappers/hosts_mapper.js
* ambari-web/app/controllers/main/host.js
* ambari-web/app/views.js
* ambari-web/app/views/main/host/host_alerts_view.js
* ambari-web/app/models/alert_instance.js
* ambari-web/app/templates/main/host/details.hbs
* ambari-web/app/controllers/global/update_controller.js
* ambari-web/app/templates/main/host/host_alerts.hbs
> Alerts UI: Fix various alerts badge issues on Host Details page
> ---------------------------------------------------------------
>
> Key: AMBARI-8575
> URL: https://issues.apache.org/jira/browse/AMBARI-8575
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 2.0.0
>
> Attachments: AMBARI-8575.patch
>
>
> *Hosts table*
> # On the hosts page we have a filter to select hosts with alerts. This is
> currently (0) when there are hosts with alerts
> # The hosts table used to have a badge containing number of alerts - that is
> missing. Clicking on the badge should show the alerts for that host.
> *Host page*
> # The host details page has an alert badge, that is not in sync with actual
> alerts.
> # The host alerts badge should move beside the Alerts tab. The tab title
> should look like {{Alerts \[0\]}}, or {{Alerts \[3\]}}. The {{\[3\]}} value
> should be the sum of critical/warning alerts only (just like cluster level).
> Also the {{\[3\]}} badge should have its color determined in the same way as
> cluster level alerts badge. Red for atleast 1 critical, Orange for atleast 1
> warning, Gray otherwise.
> # Filtering of {{Last Triggered}} column is not working.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)