Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more openshift create form polish
  • Loading branch information
jstrachan committed Oct 1, 2013
1 parent 59c2cae commit 05f669a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/schemaConfigure.ts
Expand Up @@ -21,6 +21,9 @@ module Fabric {
Core.pathSet(schema, ['properties','profiles', 'type'], 'hidden');
Core.pathSet(schema, ['properties','version', 'type'], 'hidden');

Core.pathSet(schema.properties, ['name', 'label'], 'Container Name');
Core.pathSet(schema.properties, ['name', 'tooltip'], 'Name of the container to create (or prefix of the container name if you create multiple containers)');

setResolverEnum(schema);

switch (id) {
Expand Down Expand Up @@ -79,7 +82,8 @@ module Fabric {
schema.properties['serverUrl']['default'] = 'openshift.redhat.com';
Core.pathSet(schema.properties, ['resolver', 'default'], 'publichostname');

Core.pathSet(schema.properties, ['serverUrl', 'tooltip'], 'The OpenShift broker URL of the PaaS instance to create the container inside. This is either the URL for your local OpenShift Enterprise installation, or its the public OpenShift online URL');
Core.pathSet(schema.properties, ['serverUrl', 'label'], 'OpenShift Broker');
Core.pathSet(schema.properties, ['serverUrl', 'tooltip'], 'The OpenShift broker host name of the cloud to create the container inside. This is either the URL for your local OpenShift Enterprise installation, or its the public OpenShift online URL: openshift.redhat.com');


Core.pathSet(schema.properties, ['login', 'label'], 'OpenShift Login');
Expand Down

0 comments on commit 05f669a

Please sign in to comment.