[
https://issues.apache.org/jira/browse/AMBARI-15086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152454#comment-15152454
]
Oleg Nechiporenko commented on AMBARI-15086:
--------------------------------------------
Committed to trunk
> 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)