Skip to content
Snippets Groups Projects
Commit 9d5d84c3 authored by Tomotaka Hosomi's avatar Tomotaka Hosomi Committed by Yas Naoi
Browse files

Issue #3345154 by hosomitm, yas: Fix the submit button label that attach...

Issue #3345154 by hosomitm, yas: Fix the submit button label that attach network interface to an OpenStack instance in SPA
parent c6d1db67
No related branches found
No related tags found
1 merge request!1624Issue #3345154: Fix submit button label that attach network interface to an OpenStack instance in SPA
......@@ -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'
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment