Forráskód Böngészése

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 éve
szülő
commit
2facd329af

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

@@ -59,11 +59,17 @@
               <xs:element name="Target" minOccurs="0" maxOccurs="unbounded">
                 <xs:annotation>
                   <xs:appinfo>
-                    <title>Targets</title>
+                    <title>Restrict To Target(s)</title>
                   </xs:appinfo>
                 </xs:annotation>
                 <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:element>
             </xs:sequence>