Skip to content
Snippets Groups Projects
Commit 2275de85 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 87edfca4
No related branches found
No related tags found
2 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error
......@@ -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