mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix the ios- manage domain policy issue
This commit is contained in:
parent
5396a4ca9e
commit
de60fa325e
@ -151,10 +151,8 @@ var operationModule = function () {
|
|||||||
break;
|
break;
|
||||||
case iosOperationConstants["DOMAIN_OPERATION_CODE"]:
|
case iosOperationConstants["DOMAIN_OPERATION_CODE"]:
|
||||||
payload = {
|
payload = {
|
||||||
"operation": {
|
"emailDomains": operationPayload["emailDomains"],
|
||||||
"emailDomains": operationData["emailDomains"],
|
"webDomains": operationPayload["webDomains"]
|
||||||
"webDomains": operationData["webDomains"]
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case iosOperationConstants["RESTRICTIONS_OPERATION_CODE"]:
|
case iosOperationConstants["RESTRICTIONS_OPERATION_CODE"]:
|
||||||
@ -1636,7 +1634,6 @@ var operationModule = function () {
|
|||||||
generatedProfile[operationCode] = payload["operation"];
|
generatedProfile[operationCode] = payload["operation"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(generatedProfile);
|
|
||||||
return generatedProfile;
|
return generatedProfile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -52,13 +52,13 @@
|
|||||||
<td class="sorting_1" style="padding:10px 15px; width: 15%;">Status</td>
|
<td class="sorting_1" style="padding:10px 15px; width: 15%;">Status</td>
|
||||||
<td style="padding:10px 15px;">
|
<td style="padding:10px 15px;">
|
||||||
{{#equal deviceView.status "ACTIVE"}}<span><i
|
{{#equal deviceView.status "ACTIVE"}}<span><i
|
||||||
class="fw fw-ok icon-success"></i> Active</span>{{/equal}}
|
class="fw fw-ok icon-success"></i>Active</span>{{/equal}}
|
||||||
{{#equal deviceView.status "INACTIVE"}}<span><i
|
{{#equal deviceView.status "INACTIVE"}}<span><i
|
||||||
class="fw fw-warning icon-warning"></i> Inactive</span>{{/equal}}
|
class="fw fw-warning icon-warning"></i>Inactive</span>{{/equal}}
|
||||||
{{#equal deviceView.status "BLOCKED"}}<span><i
|
{{#equal deviceView.status "BLOCKED"}}<span><i
|
||||||
class="fw fw-remove icon-danger"></i> Blocked</span>{{/equal}}
|
class="fw fw-remove icon-danger"></i>Blocked</span>{{/equal}}
|
||||||
{{#equal deviceView.status "REMOVED"}}<span><i
|
{{#equal deviceView.status "REMOVED"}}<span><i
|
||||||
class="fw fw-delete icon-danger"></i> Removed</span>{{/equal}}
|
class="fw fw-delete icon-danger"></i>Removed</span>{{/equal}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -314,7 +314,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-heading display-none-xs">
|
<div class="panel-heading display-none-xs">
|
||||||
Policy Compliance
|
Policy Compliance
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<a href="javascript:void(0);" id="refresh-policy">
|
<a href="javascript:void(0);" id="refresh-policy">
|
||||||
<i class="fw fw-refresh"></i>
|
<i class="fw fw-refresh"></i>
|
||||||
@ -331,7 +331,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<div id="policy-spinner"
|
<div id="policy-spinner"
|
||||||
class="wr-advance-operations-init add-padding-bottom-2x add-padding-bottom-4x hidden">
|
class="wr-advance-operations-init add-padding-bottom-2x add-padding-bottom-4x hidden">
|
||||||
<i class="fw fw-settings fw-spin fw-2x"></i> Loading Policy
|
<i class="fw fw-settings fw-spin fw-2x"></i>Loading Policy
|
||||||
Compliance...
|
Compliance...
|
||||||
</div>
|
</div>
|
||||||
<div id="policy-list-container">
|
<div id="policy-list-container">
|
||||||
@ -364,7 +364,7 @@
|
|||||||
<div id="map-error" class="message message-warning">
|
<div id="map-error" class="message message-warning">
|
||||||
<h4 class="remove-margin">
|
<h4 class="remove-margin">
|
||||||
<i class="icon fw fw-warning"></i>
|
<i class="icon fw fw-warning"></i>
|
||||||
Device location information is not available.
|
Device location information is not available.
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<p class="add-padding-5x"></p>
|
<p class="add-padding-5x"></p>
|
||||||
@ -388,7 +388,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-heading display-none-xs">
|
<div class="panel-heading display-none-xs">
|
||||||
Installed Applications
|
Installed Applications
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<a href="javascript:void(0);" id="refresh-apps">
|
<a href="javascript:void(0);" id="refresh-apps">
|
||||||
<i class="fw fw-refresh"></i>
|
<i class="fw fw-refresh"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user