mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Reformatting code
This commit is contained in:
parent
4c54ba434a
commit
51d6baf1d2
@ -365,7 +365,8 @@ validateStep["policy-profile"] = function () {
|
|||||||
if (!$("#wifi-password").val()) {
|
if (!$("#wifi-password").val()) {
|
||||||
validationStatus = {
|
validationStatus = {
|
||||||
"error": true,
|
"error": true,
|
||||||
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please provide a password to proceed.",
|
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". " +
|
||||||
|
"Please provide a password to proceed.",
|
||||||
"erroneousFeature": operation
|
"erroneousFeature": operation
|
||||||
};
|
};
|
||||||
continueToCheckNextInputs = false;
|
continueToCheckNextInputs = false;
|
||||||
|
|||||||
@ -392,7 +392,8 @@ validateStep["policy-profile"] = function () {
|
|||||||
if (!$("#wifi-password").val()) {
|
if (!$("#wifi-password").val()) {
|
||||||
validationStatus = {
|
validationStatus = {
|
||||||
"error": true,
|
"error": true,
|
||||||
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please provide a password to proceed.",
|
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please " +
|
||||||
|
"provide a password to proceed.",
|
||||||
"erroneousFeature": operation
|
"erroneousFeature": operation
|
||||||
};
|
};
|
||||||
continueToCheckNextInputs = false;
|
continueToCheckNextInputs = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user