[
https://issues.apache.org/jira/browse/AMBARI-15086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152945#comment-15152945
]
Hudson commented on AMBARI-15086:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #4351 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4351/])
AMBARI-15086. SCRIPT alert params should tooltip the description
(onechiporenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2926a4ecd3526c3d15291633c287cb6cfcc75b50])
* ambari-web/app/views/main/alerts/definition_configs_view.js
* ambari-web/test/controllers/wizard/step4_test.js
* ambari-web/app/templates/main/alerts/configs/alert_config_parameter.hbs
* ambari-web/app/controllers/main/alerts/definition_configs_controller.js
* ambari-web/test/utils/config_test.js
* ambari-web/test/views/main/service/info/summary_test.js
> SCRIPT alert params should tooltip the description
> --------------------------------------------------
>
> Key: AMBARI-15086
> URL: https://issues.apache.org/jira/browse/AMBARI-15086
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.4.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Fix For: 2.4.0
>
> Attachments: AMBARI-15086.patch
>
>
> When showing params in the UI for SCRIPT alerts, the description should be
> available via Tooltip. For example "The maximum time before this alert is
> considered to be CRITICAL" should be tooltip on the Connection Timeout field
> in the UI
> {code}
> "parameters": [
> {
> "name": "connection.timeout",
> "display_name": "Connection Timeout",
> "value": 5.0,
> "type": "NUMERIC",
> "description": "The maximum time before this alert is
> considered to be CRITICAL",
> "units": "seconds",
> "threshold": "CRITICAL"
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)