Create new MANO Platform UI bug
Add new MANO platform UI, must not allow the user to add custom "name"
Name and Version must be identical for OSM to work. If they are different synchonization works, but when you try to deploy and select MP (filtered by name), then the NSDs (filtered by version) are not appearing.
The Add MANO Platform UI must have two fields
- Version (dropdown)
- Desc (text)
When the users, click the save button, the request payload will be the following:
{
"description": description.value,
"name": version.value,
"version": version.value
}
