Skip to content

Commit

Permalink
use the default / advanced tabs for nicer child container form
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 1, 2013
1 parent de1b5dd commit c260c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/schemaConfigure.ts
Expand Up @@ -46,7 +46,8 @@ module Fabric {

bulkSet(schema, ["jmxUser", "jmxPassword", "parent"], 'required', true);
schema['tabs'] = {
'Default': ['name', 'parent', 'jmxUser', 'jmxPassword', 'saveJmxCredentials', 'number', '*']
'Default': ['name', 'parent', 'jmxUser', 'jmxPassword', 'saveJmxCredentials', 'number'],
'Advanced': ['*']
};
break;

Expand Down

0 comments on commit c260c0f

Please sign in to comment.