Loading modules/cloud_dashboard/cloud_dashboard/src/constant/templates/form/openstack/launch_template.ts +4 −4 Changes for modules/cloud_dashboard/cloud_dashboard/src/constant/templates/form/openstack/launch_template.ts: 4 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -30,11 +30,11 @@ const OPENSTACK_CLOUD_LAUNCH_TEMPLATE: EntityFormTemplate[] = [ type: 'textarea', labelName: 'Description', name: 'field_description', defaultValue: '' }, // TODO: Add /instance_types { type: 'select', labelName: 'Flavor', name: 'field_instance_type', url: '/cloud_dashboard/openstack/{cloud_context}/instance_types', defaultValue: '', required: true type: 'join', labelName: 'Flavor', name: 'field_instance_type', info: { entityTypeId: 'openstack_flavor', keyColumn: 'name', }, defaultValue: '', required: true }, { type: 'boolean', labelName: 'Test only', name: 'field_test_only', Loading modules/cloud_dashboard/cloud_dashboard/src/pages/EntityViewPage.tsx +0 −12 Changes for modules/cloud_dashboard/cloud_dashboard/src/pages/EntityViewPage.tsx: 0 added lines, 12 removed lines. Original line number Diff line number Diff line Loading @@ -30,12 +30,6 @@ const CreateButtonGroup = ({ menuTemplate, cloudContext }: { switch (menuTemplate.cloudServiceProvider) { case 'aws_cloud': switch (menuTemplate.entityName) { case 'instance': return <></>; default: break; } break; case 'k8s': switch (menuTemplate.entityName) { Loading @@ -50,12 +44,6 @@ const CreateButtonGroup = ({ menuTemplate, cloudContext }: { } break; case 'openstack': switch (menuTemplate.entityName) { case 'instance': return <></>; default: break; } break; case 'vmware': switch (menuTemplate.entityName) { Loading Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/templates/form/openstack/launch_template.ts +4 −4 Changes for modules/cloud_dashboard/cloud_dashboard/src/constant/templates/form/openstack/launch_template.ts: 4 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -30,11 +30,11 @@ const OPENSTACK_CLOUD_LAUNCH_TEMPLATE: EntityFormTemplate[] = [ type: 'textarea', labelName: 'Description', name: 'field_description', defaultValue: '' }, // TODO: Add /instance_types { type: 'select', labelName: 'Flavor', name: 'field_instance_type', url: '/cloud_dashboard/openstack/{cloud_context}/instance_types', defaultValue: '', required: true type: 'join', labelName: 'Flavor', name: 'field_instance_type', info: { entityTypeId: 'openstack_flavor', keyColumn: 'name', }, defaultValue: '', required: true }, { type: 'boolean', labelName: 'Test only', name: 'field_test_only', Loading
modules/cloud_dashboard/cloud_dashboard/src/pages/EntityViewPage.tsx +0 −12 Changes for modules/cloud_dashboard/cloud_dashboard/src/pages/EntityViewPage.tsx: 0 added lines, 12 removed lines. Original line number Diff line number Diff line Loading @@ -30,12 +30,6 @@ const CreateButtonGroup = ({ menuTemplate, cloudContext }: { switch (menuTemplate.cloudServiceProvider) { case 'aws_cloud': switch (menuTemplate.entityName) { case 'instance': return <></>; default: break; } break; case 'k8s': switch (menuTemplate.entityName) { Loading @@ -50,12 +44,6 @@ const CreateButtonGroup = ({ menuTemplate, cloudContext }: { } break; case 'openstack': switch (menuTemplate.entityName) { case 'instance': return <></>; default: break; } break; case 'vmware': switch (menuTemplate.entityName) { Loading