Tom Beerbower created AMBARI-8519:
-------------------------------------
Summary: Views: Add new view parameter fields.
Key: AMBARI-8519
URL: https://issues.apache.org/jira/browse/AMBARI-8519
Project: Ambari
Issue Type: Bug
Reporter: Tom Beerbower
Assignee: Tom Beerbower
Fix For: 2.0.0
Add the following view parameter fields :
# <label> (a user friendly display in the UI). This element is optional. Admin
View: If label is not specified, use the name.
# <placeholder> text (used as placeholder text in the UI inputfield). This
element is optional. Admin View: If not specified, blank.
# <default> value. Admin View: if set, use as the default value and shown in
the inputfield. This element is optional. This will show instead of placeholder
text (if placeholder is specified).
For example ...
{code}
<parameter>
<name>ambari.server.username</name>
<description>Ambari administrator username (for example:
admin)</description>
<label>UserName</label>
<placeholder>some placeholder text...</placeholder>
<default>admin</default>
<required>true</required>
</parameter>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)