diff --git a/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml b/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml index c823648..ac20cad 100644 --- a/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml +++ b/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml @@ -21,7 +21,7 @@ Properties: Contract: $.string() Default: 'stable' patchId: - Contract: $.string() + Contract: $.int() Methods: installOnTheNode: Arguments: diff --git a/murano-apps/SystemConfig/package/UI/ui.yaml b/murano-apps/SystemConfig/package/UI/ui.yaml index 146f967..84f822b 100644 --- a/murano-apps/SystemConfig/package/UI/ui.yaml +++ b/murano-apps/SystemConfig/package/UI/ui.yaml @@ -35,10 +35,10 @@ Forms: initial: stable type: string label: Branch Name - description: Provide branch, which should be used for for system-config repo. + description: Provide branch, which should be used for system-config repo. required: false - name: patchId - type: string + type: integer label: Patch Id description: Provide Id of patchset, which will be used for system-config repo. required: false