Skip to content
Snippets Groups Projects

Issue #3345154: Fix submit button label that attach network interface to an OpenStack instance in SPA

Merged Issue #3345154: Fix submit button label that attach network interface to an OpenStack instance in SPA
All threads resolved!
Merged Tomotaka Hosomi requested to merge issue/cloud-3345154:3345154-fix-submit-button into 5.x
All threads resolved!
@@ -120,7 +120,8 @@ const OPENSTACK_INSTANCE_TEMPLATE: EntityFormTemplate[] = [
{ type: 'default', labelName: 'Fixed IP address', name: 'fixed_ip', defaultValue: '' },
]
}
]
],
submitButtonLabel: 'Attach interface'
},
{
cloudServiceProvider: 'openstack',
@@ -140,7 +141,7 @@ const OPENSTACK_INSTANCE_TEMPLATE: EntityFormTemplate[] = [
]
}
],
submitButtonLabel: 'Detach Interface'
submitButtonLabel: 'Detach interface'
}
]
Loading