mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix for ui issues in policy creation
This commit is contained in:
parent
387df0086f
commit
79a25f15b7
@ -756,13 +756,11 @@ var operationModule = function () {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case iosOperationConstants["DOMAIN_CODE"]:
|
case iosOperationConstants["DOMAIN_OPERATION_CODE"]:
|
||||||
operationType = operationTypeConstants["PROFILE"];
|
operationType = operationTypeConstants["PROFILE"];
|
||||||
payload = {
|
payload = {
|
||||||
"operation": {
|
"emailDomains": operationData["emailDomains"],
|
||||||
"emailDomains": operationData["emailDomains"],
|
"webDomains": operationData["webDomains"]
|
||||||
"webDomains": operationData["webDomains"]
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case iosOperationConstants["CELLULAR_OPERATION_CODE"]:
|
case iosOperationConstants["CELLULAR_OPERATION_CODE"]:
|
||||||
|
|||||||
@ -1362,7 +1362,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<a href="#cosu-whitelisted-applications-grid" class="btn btn-secondary grid-input-add" data-click-event="add-form">
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-add fw-stack-1x"></i>
|
<i class="fw fw-add fw-stack-1x"></i>
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -327,7 +327,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<a href="#restricted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add" data-click-event="add-form">
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-add fw-stack-1x"></i>
|
<i class="fw fw-add fw-stack-1x"></i>
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user