浏览代码

HPCC-11902 Make configmgr WsEcl target restriction wording more clear

The tab title text is more clear, but this was the only way I could
get the tooltip to display.  Its on a target entry which is a little
late to be really helpful.

Signed-off-by: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Anthony Fishbeck 11 年之前
父节点
当前提交
2facd329af
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      initfiles/componentfiles/configxml/esp_service_wsecl2.xsd

+ 8 - 2
initfiles/componentfiles/configxml/esp_service_wsecl2.xsd

@@ -59,11 +59,17 @@
               <xs:element name="Target" minOccurs="0" maxOccurs="unbounded">
               <xs:element name="Target" minOccurs="0" maxOccurs="unbounded">
                 <xs:annotation>
                 <xs:annotation>
                   <xs:appinfo>
                   <xs:appinfo>
-                    <title>Targets</title>
+                    <title>Restrict To Target(s)</title>
                   </xs:appinfo>
                   </xs:appinfo>
                 </xs:annotation>
                 </xs:annotation>
                 <xs:complexType>
                 <xs:complexType>
-                  <xs:attribute name="name" type="topologyClusterType" use="required"/>
+                  <xs:attribute name="name" type="topologyClusterType" use="required">
+	                <xs:annotation>
+	                  <xs:appinfo>
+	                    <tooltip>WsEcl will only display specified targets, if none specified WsEcl will display all targets.</tooltip>
+	                  </xs:appinfo>
+	                </xs:annotation>
+                  </xs:attribute>
                 </xs:complexType>
                 </xs:complexType>
               </xs:element>
               </xs:element>
             </xs:sequence>
             </xs:sequence>