You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hawtio-web/src/main/webapp/app/fabric/js/schemaConfigure.ts
+6-1
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,13 @@ module Fabric {
54
54
Core.pathSet(schema.properties,['name','tooltip'],'Name of the container to create (or prefix of the container name if you create multiple containers)');
55
55
56
56
Core.pathSet(schema.properties,['number','label'],'Number of containers');
57
-
Core.pathSet(schema.properties,['number','tooltip'],'The number of containers to create; when set higher than 1 a number will be appended to each container name');
57
+
Core.pathSet(schema.properties,['number','tooltip'],'The number of containers to create; when set higher than 1 a number will be appended to each container name. Max value: 99');
0 commit comments