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;
|
||||
case iosOperationConstants["DOMAIN_CODE"]:
|
||||
case iosOperationConstants["DOMAIN_OPERATION_CODE"]:
|
||||
operationType = operationTypeConstants["PROFILE"];
|
||||
payload = {
|
||||
"operation": {
|
||||
"emailDomains": operationData["emailDomains"],
|
||||
"webDomains": operationData["webDomains"]
|
||||
}
|
||||
};
|
||||
break;
|
||||
case iosOperationConstants["CELLULAR_OPERATION_CODE"]:
|
||||
|
||||
@ -1362,7 +1362,7 @@
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
<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">
|
||||
<i class="fw fw-add fw-stack-1x"></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>
|
||||
<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">
|
||||
<i class="fw fw-add fw-stack-1x"></i>
|
||||
<i class="fw fw-ring fw-stack-2x"></i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user