mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix spacing issue
This commit is contained in:
parent
2d020f611e
commit
eff6c9d367
@ -564,8 +564,8 @@ validateStep["policy-profile"] = function () {
|
|||||||
// If empty child inputs are present
|
// If empty child inputs are present
|
||||||
validationStatus = {
|
validationStatus = {
|
||||||
"error": true,
|
"error": true,
|
||||||
"subErrorMsg": "One or more package names of " +
|
"subErrorMsg": "One or more package names of applications are" +
|
||||||
"applications are empty.",
|
" empty.",
|
||||||
"erroneousFeature": operation
|
"erroneousFeature": operation
|
||||||
};
|
};
|
||||||
continueToCheckNextInputs = false;
|
continueToCheckNextInputs = false;
|
||||||
@ -573,8 +573,7 @@ validateStep["policy-profile"] = function () {
|
|||||||
// If duplicate input is present
|
// If duplicate input is present
|
||||||
validationStatus = {
|
validationStatus = {
|
||||||
"error": true,
|
"error": true,
|
||||||
"subErrorMsg": "Duplicate values exist with " +
|
"subErrorMsg": "Duplicate values exist with for package names.",
|
||||||
"for package names.",
|
|
||||||
"erroneousFeature": operation
|
"erroneousFeature": operation
|
||||||
};
|
};
|
||||||
continueToCheckNextInputs = false;
|
continueToCheckNextInputs = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user