Fix Edit Qos Policy
It is required for name when edit the qos policy
Closes-Bug: #1991037
Change-Id: I68c71755ba1ce6033f89405b33de059769acdc06
(cherry picked from commit c1fb03c4c9
)
This commit is contained in:
@@ -53,6 +53,7 @@ export class Edit extends ModalAction {
|
|||||||
label: t('Policy Name'),
|
label: t('Policy Name'),
|
||||||
type: 'input-name',
|
type: 'input-name',
|
||||||
withoutChinese: true,
|
withoutChinese: true,
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'description',
|
name: 'description',
|
||||||
|
Reference in New Issue
Block a user