Hi, can you remove read-only and try again ?
On Mon, Mar 12, 2018 at 2:19 AM, <xiang.dai@sky-data.cn> wrote:
>
> Hi !
>
> As the pic shows, the waring span can show without click, but i add a
> customized service with config, the waring span can not show.
>
> Here is my config xml:
>
> <configuration supports_final="false" supports_adding_forbidden="true">
> <property require-input="true">
> <name>content</name>
> <display-name>Lvm Disk Config</display-name>
> <description>
>
> </description>
> <value/>
> <value-attributes>
> <type>content</type>
> <visible>true</visible>
> <read-only>true</read-only>
> <editable-only-at-install>true</editable-only-at-install>
> <overridable>false</overridable>
> <show-property-name>true</show-property-name>
> </value-attributes>
> <on-ambari-upgrade add="false"/>
> </property>
> </configuration>
>
>
> How can i do this? It seems that i miss something important.
>
> Could someone help me?
>
|