Milan Perera 8 years ago
commit ea4d7bc823

@ -91,9 +91,10 @@ function showPopup() {
* hide popup function. * hide popup function.
*/ */
function hidePopup() { function hidePopup() {
$(modalPopupContent).html(''); $(modalPopupContent).html("");
$(modalPopupContent).removeClass("operation-data");
$(modalPopup).modal('hide'); $(modalPopup).modal('hide');
$('body').removeClass('modal-open').css('padding-right', '0px'); $('body').removeClass('modal-open').css('padding-right','0px');
$('.modal-backdrop').remove(); $('.modal-backdrop').remove();
} }

@ -70,7 +70,7 @@ var InitiateViewOption = null;
if(arrowPosition >= parentHeight){ if(arrowPosition >= parentHeight){
parentHeight = arrowPosition + 50; parentHeight = arrowPosition + 50;
$(arrow).siblings(".panel.active").height(parentHeight); $(arrow).siblings(".panel.active").css("min-height",parentHeight);
}else{ }else{
$(arrow).parent().removeAttr("style"); $(arrow).parent().removeAttr("style");
} }

@ -109,12 +109,14 @@
</tbody> </tbody>
</table> </table>
{{/defineZone}} {{/defineZone}}
{{#if deviceView.isNotRemoved}}
<div style="background: #11375B; color: #fff; padding: 10px; margin-bottom: 5px"> <div style="background: #11375B; color: #fff; padding: 10px; margin-bottom: 5px">
Operations Operations
</div> </div>
<div class="add-margin-top-4x"> <div class="add-margin-top-4x">
{{unit "mdm.unit.device.operation-bar" deviceType=deviceView.deviceType ownership=deviceView.ownership}} {{unit "mdm.unit.device.operation-bar" deviceType=deviceView.deviceType ownership=deviceView.ownership}}
</div> </div>
{{/if}}
</div> </div>
</div> </div>
<div class="media tab-responsive"> <div class="media tab-responsive">

@ -103,9 +103,7 @@
data-current="policy-naming" data-next="policy-criteria">Back</a> data-current="policy-naming" data-next="policy-criteria">Back</a>
<a href="javascript:void(0)" class="wr-btn wizard-stepper" <a href="javascript:void(0)" class="wr-btn wizard-stepper"
data-current="policy-naming-publish" data-next="policy-message" data-current="policy-naming-publish" data-next="policy-message"
data-validate="true">Publish data-validate="true">Publish</a>
to
Devices</a>
<a href="javascript:void(0)" class="wr-btn wizard-stepper" <a href="javascript:void(0)" class="wr-btn wizard-stepper"
data-current="policy-naming" data-current="policy-naming"
data-next="policy-message" data-validate="true">Save</a> data-next="policy-message" data-validate="true">Save</a>

@ -21,7 +21,7 @@
<div class="col-md-3 col-xs-3"> <div class="col-md-3 col-xs-3">
<div class="itm-wiz" data-step="policy-naming"> <div class="itm-wiz" data-step="policy-naming">
<div class="wiz-no">3</div> <div class="wiz-no">3</div>
<div class="wiz-lbl hidden-xs"><span>Republish to devices</span></div> <div class="wiz-lbl hidden-xs"><span>Republish</span></div>
</div> </div>
<br class="c-both"/> <br class="c-both"/>
</div> </div>
@ -264,13 +264,13 @@
{{/zone}} {{/zone}}
{{#zone "bottomJs"}} {{#zone "bottomJs"}}
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-ios" src="{{@unit.publicUri}}/templates/hidden-operations-ios.hbs" <script id="hidden-operations-ios" src="{{@unit.publicUri}}/templates/hidden-operations-ios-edit.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-android" src="{{@unit.publicUri}}/templates/hidden-operations-android.hbs" <script id="hidden-operations-android" src="{{@unit.publicUri}}/templates/hidden-operations-android-edit.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-windows" src="{{@unit.publicUri}}/templates/hidden-operations-windows.hbs" <script id="hidden-operations-windows" src="{{@unit.publicUri}}/templates/hidden-operations-windows-edit.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
{{js "js/edit.js"}} {{js "js/edit.js"}}
{{/zone}} {{/zone}}

@ -2559,6 +2559,22 @@ $(document).ready(function () {
} }
}); });
$(advanceOperations).on('hidden.bs.collapse', function () {
if($(this).find('input').prop('checked')){
$(this).find('input').prop('checked',false);
}
});
$(advanceOperations).on('shown.bs.collapse', function () {
if($(this).find('input').prop('checked') == false){
$(this).find('input').prop('checked',true);
}
});
// adding support for cloning multiple profiles per feature with cloneable class definitions // adding support for cloning multiple profiles per feature with cloneable class definitions
$(advanceOperations).on("click", ".multi-view.add.enabled", function () { $(advanceOperations).on("click", ".multi-view.add.enabled", function () {
// get a copy of .cloneable and create new .cloned div element // get a copy of .cloneable and create new .cloned div element

@ -452,11 +452,13 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-domains-always"> <label class="wr-input-label" for="vpn-ondemand-domains-always">
On-demand match domains (Always) On-demand match domains (Always)
<span class="helper" title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, the VPN is started automatically."> <span class="helper"
title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, the VPN is started automatically.">
<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="#on-demand-match-domains-grid" class="grid-input-add" data-click-event="add-form"> <a href="#on-demand-match-domains-grid" class="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>
@ -491,11 +493,13 @@
<span class="index"></span> <span class="index"></span>
</td> </td>
<td data-title="Domain"> <td data-title="Domain">
<input type="text" class="form-control grid-input-text" data-child-key="domain" <input type="text" class="form-control grid-input-text"
data-child-key="domain"
maxlength="100" data-default="" placeholder="[ www.example.com ]"/> maxlength="100" data-default="" placeholder="[ www.example.com ]"/>
</td> </td>
<td class="hidden"> <td class="hidden">
<input type="text" class="form-control grid-input-text" data-child-key="extra" data-default=""/> <input type="text" class="form-control grid-input-text"
data-child-key="extra" data-default=""/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -516,11 +520,13 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-domains-never"> <label class="wr-input-label" for="vpn-ondemand-domains-never">
On-demand match domains (Never) On-demand match domains (Never)
<span class="helper" title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, the VPN is not started automatically. This might be used to exclude a subdomain within an included domain."> <span class="helper"
title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, the VPN is not started automatically. This might be used to exclude a subdomain within an included domain.">
<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="#on-demand-match-domains-never-grid" class="grid-input-add" data-click-event="add-form"> <a href="#on-demand-match-domains-never-grid" class="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>
@ -555,11 +561,13 @@
<span class="index"></span> <span class="index"></span>
</td> </td>
<td data-title="Domain"> <td data-title="Domain">
<input type="text" class="form-control grid-input-text" data-child-key="domain" <input type="text" class="form-control grid-input-text"
data-child-key="domain"
maxlength="100" data-default="" placeholder="[ www.example.com ]"/> maxlength="100" data-default="" placeholder="[ www.example.com ]"/>
</td> </td>
<td class="hidden"> <td class="hidden">
<input type="text" class="form-control grid-input-text" data-child-key="extra" data-default=""/> <input type="text" class="form-control grid-input-text"
data-child-key="extra" data-default=""/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -580,11 +588,13 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-domains-retry"> <label class="wr-input-label" for="vpn-ondemand-domains-retry">
On-demand match domains (On Retry) On-demand match domains (On Retry)
<span class="helper" title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, if a DNS query for that domain name fails, the VPN is started automatically."> <span class="helper"
title="A list of domain names. In versions of iOS prior to iOS 7, if the hostname ends with one of these domain names, if a DNS query for that domain name fails, the VPN is started automatically.">
<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="#on-demand-match-domains-retry-grid" class="grid-input-add" data-click-event="add-form"> <a href="#on-demand-match-domains-retry-grid" class="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>
@ -619,11 +629,13 @@
<span class="index"></span> <span class="index"></span>
</td> </td>
<td data-title="Domain"> <td data-title="Domain">
<input type="text" class="form-control grid-input-text" data-child-key="domain" <input type="text" class="form-control grid-input-text"
data-child-key="domain"
maxlength="100" data-default="" placeholder="[ www.example.com ]"/> maxlength="100" data-default="" placeholder="[ www.example.com ]"/>
</td> </td>
<td class="hidden"> <td class="hidden">
<input type="text" class="form-control grid-input-text" data-child-key="extra" data-default=""/> <input type="text" class="form-control grid-input-text"
data-child-key="extra" data-default=""/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -647,7 +659,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="vpn-vendor-configs"> <label class="wr-input-label" for="vpn-vendor-configs">
Vendor Configurations Vendor Configurations
<span class="helper" title="Configuration information specific to a given third-party VPN solution. This has to be input as key/value pairs."> <span class="helper"
title="Configuration information specific to a given third-party VPN solution. This has to be input as key/value pairs.">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
<br> <br>
@ -1206,7 +1219,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="per-app-vpn-safari-domains"> <label class="wr-input-label" for="per-app-vpn-safari-domains">
Safari Domains Safari Domains
<span class="helper" title="Sets up the app mapping for the Safari (Webkit) with a specific identifier and a designated requirement."> <span class="helper"
title="Sets up the app mapping for the Safari (Webkit) with a specific identifier and a designated requirement.">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
<br> <br>
@ -1249,7 +1263,8 @@
maxlength="100" data-default="" placeholder="[ www.example.com ]"/> maxlength="100" data-default="" placeholder="[ www.example.com ]"/>
</td> </td>
<td class="hidden"> <td class="hidden">
<input type="text" class="form-control grid-input-text" data-child-key="extra" data-default=""/> <input type="text" class="form-control grid-input-text" data-child-key="extra"
data-default=""/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -1300,7 +1315,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="app-to-per-app-vpn-mappings"> <label class="wr-input-label" for="app-to-per-app-vpn-mappings">
Mappings Mappings
<span class="helper" title="The App-to-Per-App mapping payload is designated by specifying com.apple.vpn.managed.appmapping as the PayloadType value."> <span class="helper"
title="The App-to-Per-App mapping payload is designated by specifying com.apple.vpn.managed.appmapping as the PayloadType value.">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
<br> <br>
@ -1340,7 +1356,8 @@
<span class="index"></span> <span class="index"></span>
</td> </td>
<td data-title="App Identifier"> <td data-title="App Identifier">
<input type="text" class="form-control grid-input-text" data-child-key="identifier" <input type="text" class="form-control grid-input-text"
data-child-key="identifier"
maxlength="100" data-default="" placeholder="[ App Bundle ID ]"/> maxlength="100" data-default="" placeholder="[ App Bundle ID ]"/>
</td> </td>
<td data-title="VPN UUID"> <td data-title="VPN UUID">
@ -1789,7 +1806,8 @@
</td> </td>
<td data-title="Certificate Payload Anchor UUID"> <td data-title="Certificate Payload Anchor UUID">
<input type="text" class="form-control grid-input-text" maxlength="100" <input type="text" class="form-control grid-input-text" maxlength="100"
data-default="" placeholder="[ Requires a Certificate Payload UUID ]"/> data-default=""
placeholder="[ Requires a Certificate Payload UUID ]"/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -1858,7 +1876,8 @@
</td> </td>
<td data-title="TLS Trusted Server Certificate Name"> <td data-title="TLS Trusted Server Certificate Name">
<input type="text" class="form-control grid-input-text" maxlength="100" <input type="text" class="form-control grid-input-text" maxlength="100"
data-default="" placeholder="[ Requires a Certificate Common Name ]"/> data-default=""
placeholder="[ Requires a Certificate Common Name ]"/>
</td> </td>
<td> <td>
<span class="list-group-item-actions"> <span class="list-group-item-actions">
@ -1884,7 +1903,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="wifi-eap-tls-allow-trust-exceptions" type="checkbox" <input id="wifi-eap-tls-allow-trust-exceptions" type="checkbox"
class="form-control operationDataKeys" data-key="wifiEAPTLSAllowTrustExceptions" class="form-control operationDataKeys"
data-key="wifiEAPTLSAllowTrustExceptions"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Allows / disallows a dynamic trust decision by the user. The dynamic trust is the certificate dialogue that appears when a certificate isn't trusted. If this is unchecked, the authentication fails if the certificate isn't already trusted."> title="Allows / disallows a dynamic trust decision by the user. The dynamic trust is the certificate dialogue that appears when a certificate isn't trusted. If this is unchecked, the authentication fails if the certificate isn't already trusted.">
@ -1975,7 +1995,8 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="wifi-eap-fast-provision-pac-anonymously" type="checkbox" <input id="wifi-eap-fast-provision-pac-anonymously"
type="checkbox"
class="child-input form-control operationDataKeys" class="child-input form-control operationDataKeys"
data-key="wifiEAPFastProvisionPACAnonymously" data-key="wifiEAPFastProvisionPACAnonymously"
data-default="false"/> data-default="false"/>
@ -2893,6 +2914,168 @@
</div> </div>
<!-- End of AirPlay --> <!-- End of AirPlay -->
<!-- Domains -->
<div class="wr-hidden-operation" data-operation="domain">
<div class="panel panel-default operation-data" data-operation="domain"
data-operation-code="DOMAIN">
<div id="domain-heading" class="panel-heading" role="tab">
<h2 class="sub-title panel-title">
Manage Domains
<label id="domain-lbl" class="wr-input-control switch" data-toggle="collapse"
data-target="#domain-body">
<input type="checkbox"/>
<span class="helper"></span>
<span class="text"></span>
</label>
</h2>
<div class="panel-title-description">
This payload defines web domains that are under an enterprises management.
</div>
</div>
<div id="domain-body" class="panel-collapse panel-body collapse" role="tabpanel"
aria-labelledby="domain-body">
<hr/>
<div id="DOMAIN-feature-error-msg" class="alert alert-danger hidden" role="alert">
<i class="icon fw fw-error"></i><span></span>
</div>
<div class="wr-input-control">
<label class="wr-input-label" for="unmarked-email-domains">
Unmarked Email Domains
<span class="helper"
title="If present, sets passwords for known AirPlay destinations.">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span>
<br>
<a href="#unmarked-email-domains-grid" class="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>
</span>
&nbsp;
Add Unmarked Email Domains
</a>
</label>
<div id="unmarked-email-domains"
class="operationDataKeys grouped-array-input one-column-input-array"
data-key="emailDomains" data-column-count="1">
<table class="table table-responsive table-striped">
<thead>
<tr>
<th>No:</th>
<th>Email Domain</th>
<th></th>
</tr>
</thead>
<tbody data-add-form-container="#unmarked-email-domains-grid">
<tr data-help-text="add-form">
<td colspan="4">
No entries added yet .
</td>
</tr>
</tbody>
</table>
<table class="template hidden">
<tbody data-add-form="#unmarked-email-domains-grid">
<tr data-add-form-element="clone">
<td data-title="No:">
<span class="index"></span>
</td>
<td data-title="Email Domain">
<input type="text" class="form-control grid-input-text"
data-child-key="emailDomain" maxlength="100"
placeholder="[ Requires Unmarked Email Domain ]"/>
</td>
<td>
<span class="list-group-item-actions">
<a href="#unmarked-email-domains-grid"
class="grid-input-remove" data-click-event="remove-form">
<span class="fw-stack helper" title="Remove Entry">
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-delete fw-stack-1x"></i>
</span>
</a>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<div class="wr-input-control">
<label class="wr-input-label" for="safari-web-domains">
Managed Safari Web Domains
<br>
<a href="#safari-web-domains-grid" class="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>
</span>
&nbsp;
Add Managed Safari Web Domains
</a>
</label>
<div id="safari-web-domains"
class="operationDataKeys grouped-array-input one-column-input-array"
data-key="webDomains" data-column-count="1">
<table class="table table-responsive table-striped">
<thead>
<tr>
<th>No:</th>
<th>Safari Web Domain</th>
<th></th>
</tr>
</thead>
<tbody data-add-form-container="#safari-web-domains-grid">
<tr data-help-text="add-form">
<td colspan="3">
No entries added yet .
</td>
</tr>
</tbody>
</table>
<table class="template hidden">
<tbody data-add-form="#safari-web-domains-grid">
<tr data-add-form-element="clone">
<td data-title="No:">
<span class="index"></span>
</td>
<td data-title="Safari Web Domain">
<input type="text" class="form-control grid-input-text"
data-child-key="webDomain" maxlength="100"
placeholder="[ Requires Safari Web Domain ]"/>
</td>
<td>
<span class="list-group-item-actions">
<a href="#safari-web-domains-grid"
class="grid-input-remove"
data-click-event="remove-form">
<span class="fw-stack helper" title="Remove Entry">
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-delete fw-stack-1x"></i>
</span>
</a>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- End of Domains -->
<!-- LDAP --> <!-- LDAP -->
<div class="wr-hidden-operation" data-operation="ldap"> <div class="wr-hidden-operation" data-operation="ldap">
<div class="panel panel-default operation-data" data-operation="ldap" <div class="panel panel-default operation-data" data-operation="ldap"
@ -3647,7 +3830,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-camera" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-camera" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowCamera" data-default="true" checked="checked"/> data-key="restrictionsAllowCamera" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would enable Usage of phone camera in the device"> title="Having this checked would enable Usage of phone camera in the device">
&nbsp;&nbsp;&nbsp;Allow use of camera &nbsp;&nbsp;&nbsp;Allow use of camera
@ -3672,8 +3856,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-screen-shot" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-screen-shot" type="checkbox"
data-key="restrictionsAllowScreenShot" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowScreenShot" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow taking screenshots in the device"> title="Having this checked would allow taking screenshots in the device">
&nbsp;&nbsp;&nbsp;Allow screenshots &nbsp;&nbsp;&nbsp;Allow screenshots
@ -3685,8 +3871,10 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-air-drop" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-air-drop" type="checkbox"
data-key="restrictionsAllowAirDrop" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowAirDrop" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow AirDrop feature in the device. Available only in iOS 7.0 and later."> title="Having this checked would allow AirDrop feature in the device. Available only in iOS 7.0 and later.">
&nbsp;&nbsp;&nbsp;Allow AirDrop ( Supervised only ) &nbsp;&nbsp;&nbsp;Allow AirDrop ( Supervised only )
@ -3698,8 +3886,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-voice-dialing" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-voice-dialing" type="checkbox"
data-key="restrictionsAllowVoiceDialing" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow voice dialing feature in the device."> title="Having this checked would allow voice dialing feature in the device.">
&nbsp;&nbsp;&nbsp;Allow voice dialing while device is locked &nbsp;&nbsp;&nbsp;Allow voice dialing while device is locked
@ -3712,7 +3902,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-assistant" type="checkbox" <input id="restrictions-allow-assistant" type="checkbox"
class="parent-input operationDataKeys" data-key="restrictionsAllowAssistant" class="parent-input operationDataKeys"
data-key="restrictionsAllowAssistant"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would enable Siri as assistant in the device."> title="Having this checked would enable Siri as assistant in the device.">
@ -3727,7 +3918,8 @@
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-assistant-while-locked" type="checkbox" <input id="restrictions-allow-assistant-while-locked" type="checkbox"
class="child-input operationDataKeys" class="child-input operationDataKeys"
data-key="restrictionsAllowAssistantWhileLocked" data-default="true" data-key="restrictionsAllowAssistantWhileLocked"
data-default="true"
checked="checked"/> checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow Siri as assistant while device is locked. Available only in iOS 5.1 and later."> title="Having this checked would allow Siri as assistant while device is locked. Available only in iOS 5.1 and later.">
@ -3740,9 +3932,11 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-force-assistant-profanity-filter" type="checkbox" <input id="restrictions-force-assistant-profanity-filter"
type="checkbox"
class="child-input operationDataKeys" class="child-input operationDataKeys"
data-key="restrictionsForceAssistantProfanityFilter" data-default="true" data-key="restrictionsForceAssistantProfanityFilter"
data-default="true"
checked="checked"/> checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would force use of Siri profanity filter."> title="Having this checked would force use of Siri profanity filter.">
@ -3755,7 +3949,8 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-assistant-user-generated-content" type="checkbox" <input id="restrictions-allow-assistant-user-generated-content"
type="checkbox"
class="child-input operationDataKeys" class="child-input operationDataKeys"
data-key="restrictionsAllowAssistantUserGeneratedContent" data-key="restrictionsAllowAssistantUserGeneratedContent"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
@ -3787,7 +3982,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-app-cellular-data-modification" type="checkbox" <input id="restrictions-allow-app-cellular-data-modification" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowAppCellularDataModification" class="operationDataKeys"
data-key="restrictionsAllowAppCellularDataModification"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow changes to cellular data usage for apps in the device. Available only in iOS 7.0 and later."> title="Having this checked would allow changes to cellular data usage for apps in the device. Available only in iOS 7.0 and later.">
@ -3800,8 +3996,10 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-bookstore" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-bookstore" type="checkbox"
data-key="restrictionsAllowBookstore" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowBookstore" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would enable iBookStore in the device. Available in iOS 6.0 and later."> title="Having this checked would enable iBookStore in the device. Available in iOS 6.0 and later.">
&nbsp;&nbsp;&nbsp;Enable iBookStore ( Supervised only ) &nbsp;&nbsp;&nbsp;Enable iBookStore ( Supervised only )
@ -3841,8 +4039,10 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-app-removal" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-app-removal" type="checkbox"
data-key="restrictionsAllowAppRemoval" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowAppRemoval" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow removal of apps in the device."> title="Having this checked would allow removal of apps in the device.">
&nbsp;&nbsp;&nbsp;Allow removing apps &nbsp;&nbsp;&nbsp;Allow removing apps
@ -3869,7 +4069,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-force-itunes-store-password-entry" type="checkbox" <input id="restrictions-force-itunes-store-password-entry" type="checkbox"
class="operationDataKeys" data-key="restrictionsForceITunesStorePasswordEntry" class="operationDataKeys"
data-key="restrictionsForceITunesStorePasswordEntry"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would force iTunes store password in the device."> title="Having this checked would force iTunes store password in the device.">
@ -3882,8 +4083,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-cloud-backup" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-cloud-backup" type="checkbox"
data-key="restrictionsAllowCloudBackup" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowCloudBackup" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would enable iCloud backup in the device."> title="Having this checked would enable iCloud backup in the device.">
&nbsp;&nbsp;&nbsp;Allow iCloud backup &nbsp;&nbsp;&nbsp;Allow iCloud backup
@ -3924,7 +4127,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-managed-apps-cloud-sync" type="checkbox" <input id="restrictions-allow-managed-apps-cloud-sync" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowManagedAppsCloudSync" class="operationDataKeys"
data-key="restrictionsAllowManagedAppsCloudSync"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow managed apps in the device to store data in iCloud."> title="Having this checked would allow managed apps in the device to store data in iCloud.">
@ -3938,7 +4142,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-enterprise-book-backup" type="checkbox" <input id="restrictions-allow-enterprise-book-backup" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowEnterpriseBookBackup" class="operationDataKeys"
data-key="restrictionsAllowEnterpriseBookBackup"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would allow backup of enterprise books in the device."> title="Having this checked would allow backup of enterprise books in the device.">
@ -3952,7 +4157,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-enterprise-book-metadata-sync" type="checkbox" <input id="restrictions-allow-enterprise-book-metadata-sync" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowEnterpriseBookMetadataSync" class="operationDataKeys"
data-key="restrictionsAllowEnterpriseBookMetadataSync"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, Enterprise books notes and highlights will not be synced."> title="When unchecked, Enterprise books notes and highlights will not be synced.">
@ -3966,7 +4172,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-diagnostic-submission" type="checkbox" <input id="restrictions-allow-diagnostic-submission" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowDiagnosticSubmission" class="operationDataKeys"
data-key="restrictionsAllowDiagnosticSubmission"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this checked would automatically submit diagnostic reports to Apple."> title="Having this checked would automatically submit diagnostic reports to Apple.">
@ -3994,7 +4201,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-find-my-friends-modification" type="checkbox" <input id="restrictions-allow-find-my-friends-modification" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowFindMyFriendsModification" class="operationDataKeys"
data-key="restrictionsAllowFindMyFriendsModification"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, changes to Find My Friends are disabled."> title="When unchecked, changes to Find My Friends are disabled.">
@ -4008,7 +4216,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-fingerprint-for-unlock" type="checkbox" <input id="restrictions-allow-fingerprint-for-unlock" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowFingerprintForUnlock" class="operationDataKeys"
data-key="restrictionsAllowFingerprintForUnlock"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this unchecked would prevent Touch ID from unlocking a device."> title="Having this unchecked would prevent Touch ID from unlocking a device.">
@ -4021,9 +4230,11 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-global-background-fetch-when-roaming" type="checkbox" <input id="restrictions-allow-global-background-fetch-when-roaming"
type="checkbox"
class="operationDataKeys" class="operationDataKeys"
data-key="restrictionsAllowGlobalBackgroundFetchWhenRoaming" data-default="true" data-key="restrictionsAllowGlobalBackgroundFetchWhenRoaming"
data-default="true"
checked="checked"/> checked="checked"/>
<span class="helper" <span class="helper"
title="Having this unchecked would disable global background fetch activity when an iOS phone is roaming."> title="Having this unchecked would disable global background fetch activity when an iOS phone is roaming.">
@ -4037,7 +4248,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-lock-screen-control-center" type="checkbox" <input id="restrictions-allow-lock-screen-control-center" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowLockScreenControlCenter" class="operationDataKeys"
data-key="restrictionsAllowLockScreenControlCenter"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this unchecked would prevent Control Center from appearing on the Lock screen. Available in iOS 7 and later."> title="Having this unchecked would prevent Control Center from appearing on the Lock screen. Available in iOS 7 and later.">
@ -4051,7 +4263,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-lock-screen-notifications-view" type="checkbox" <input id="restrictions-allow-lock-screen-notifications-view" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowLockScreenNotificationsView" class="operationDataKeys"
data-key="restrictionsAllowLockScreenNotificationsView"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="Having this unchecked would disable Notifications view in Notification Center on the lock screen. Available only in iOS 7.0 and later."> title="Having this unchecked would disable Notifications view in Notification Center on the lock screen. Available only in iOS 7.0 and later.">
@ -4078,8 +4291,10 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-host-pairing" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-host-pairing" type="checkbox"
data-key="restrictionsAllowHostPairing" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowHostPairing" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="Having this unchecked would disable host pairing with the exception of the supervision host. If no supervision host certificate has been configured, all pairing is disabled. Host pairing lets the administrator control which devices an iOS 7 device can pair with. Available only in iOS 7.0 and later."> title="Having this unchecked would disable host pairing with the exception of the supervision host. If no supervision host certificate has been configured, all pairing is disabled. Host pairing lets the administrator control which devices an iOS 7 device can pair with. Available only in iOS 7.0 and later.">
&nbsp;&nbsp;&nbsp;Allow Host Pairing ( Supervised only ) &nbsp;&nbsp;&nbsp;Allow Host Pairing ( Supervised only )
@ -4092,7 +4307,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-open-from-managed-to-unmanaged" type="checkbox" <input id="restrictions-allow-open-from-managed-to-unmanaged" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowOpenFromManagedToUnmanaged" class="operationDataKeys"
data-key="restrictionsAllowOpenFromManagedToUnmanaged"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, documents in managed apps and accounts only open in other managed apps and accounts. Available only in iOS 7.0 and later."> title="When unchecked, documents in managed apps and accounts only open in other managed apps and accounts. Available only in iOS 7.0 and later.">
@ -4106,7 +4322,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-open-from-unmanaged-to-managed" type="checkbox" <input id="restrictions-allow-open-from-unmanaged-to-managed" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowOpenFromUnmanagedToManaged" class="operationDataKeys"
data-key="restrictionsAllowOpenFromUnmanagedToManaged"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, documents in unmanaged apps and accounts will only open in other unmanaged apps and accounts. Available only in iOS 7.0 and later."> title="When unchecked, documents in unmanaged apps and accounts will only open in other unmanaged apps and accounts. Available only in iOS 7.0 and later.">
@ -4119,8 +4336,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-ota-pki-updates" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-ota-pki-updates" type="checkbox"
data-key="restrictionsAllowOTAPKIUpdates" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowOTAPKIUpdates" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, over-the-air PKI updates are disabled. Setting this restriction to false does not disable CRL and OCSP checks. Available only in iOS 7.0 and later."> title="When unchecked, over-the-air PKI updates are disabled. Setting this restriction to false does not disable CRL and OCSP checks. Available only in iOS 7.0 and later.">
&nbsp;&nbsp;&nbsp;Allow over-the-air PKI updates &nbsp;&nbsp;&nbsp;Allow over-the-air PKI updates
@ -4146,8 +4365,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-photo-stream" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-photo-stream" type="checkbox"
data-key="restrictionsAllowPhotoStream" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowPhotoStream" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, Photo Stream is disabled. Available only in iOS 5.0 and later."> title="When unchecked, Photo Stream is disabled. Available only in iOS 5.0 and later.">
&nbsp;&nbsp;&nbsp;Allow Photo Stream &nbsp;&nbsp;&nbsp;Allow Photo Stream
@ -4159,8 +4380,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-shared-stream" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-shared-stream" type="checkbox"
data-key="restrictionsAllowSharedStream" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowSharedStream" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, Shared Photo Stream will be disabled. Available only in iOS 6.0 and later."> title="When unchecked, Shared Photo Stream will be disabled. Available only in iOS 6.0 and later.">
&nbsp;&nbsp;&nbsp;Allow Shared Photo Stream &nbsp;&nbsp;&nbsp;Allow Shared Photo Stream
@ -4172,7 +4395,8 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-ui-configuration-profile-installation" type="checkbox" <input id="restrictions-allow-ui-configuration-profile-installation"
type="checkbox"
class="operationDataKeys" class="operationDataKeys"
data-key="restrictionsAllowUIConfigurationProfileInstallation" data-key="restrictionsAllowUIConfigurationProfileInstallation"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
@ -4215,8 +4439,10 @@
<li> <li>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-voice-dialing" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-voice-dialing" type="checkbox"
data-key="restrictionsAllowVoiceDialing" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, voice dialing is disabled."> title="When unchecked, voice dialing is disabled.">
&nbsp;&nbsp;&nbsp;Allow voice dialing &nbsp;&nbsp;&nbsp;Allow voice dialing
@ -4287,7 +4513,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-erase-content-and-settings" type="checkbox" <input id="restrictions-allow-erase-content-and-settings" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowEraseContentAndSettings" class="operationDataKeys"
data-key="restrictionsAllowEraseContentAndSettings"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, “Erase All Content And Settings” option in the Reset UI is disabled."> title="When unchecked, “Erase All Content And Settings” option in the Reset UI is disabled.">
@ -4301,7 +4528,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-spotlight-internet-results" type="checkbox" <input id="restrictions-allow-spotlight-internet-results" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowSpotlightInternetResults" class="operationDataKeys"
data-key="restrictionsAllowSpotlightInternetResults"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, Spotlight will not return Internet search results."> title="When unchecked, Spotlight will not return Internet search results.">
@ -4315,7 +4543,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictionsAllowEnablingRestrictions" type="checkbox" <input id="restrictionsAllowEnablingRestrictions" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowEnablingRestrictions" class="operationDataKeys"
data-key="restrictionsAllowEnablingRestrictions"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, “Enable Restrictions” option in the Restrictions UI in Settings is disabled."> title="When unchecked, “Enable Restrictions” option in the Restrictions UI in Settings is disabled.">
@ -4329,7 +4558,8 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-activity-continuation" type="checkbox" <input id="restrictions-allow-activity-continuation" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowActivityContinuation" class="operationDataKeys"
data-key="restrictionsAllowActivityContinuation"
data-default="true" checked="checked"/> data-default="true" checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, Activity Continuation will be disabled."> title="When unchecked, Activity Continuation will be disabled.">
@ -4370,7 +4600,8 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-auto-correction" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-auto-correction" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowAutoCorrection" data-default="true" data-key="restrictionsAllowAutoCorrection" data-default="true"
checked="checked"/> checked="checked"/>
<span class="helper" <span class="helper"
@ -4384,8 +4615,10 @@
<li style="visibility:hidden; position:absolute"> <li style="visibility:hidden; position:absolute">
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="restrictions-allow-spell-check" type="checkbox" class="operationDataKeys" <input id="restrictions-allow-spell-check" type="checkbox"
data-key="restrictionsAllowSpellCheck" data-default="true" checked="checked"/> class="operationDataKeys"
data-key="restrictionsAllowSpellCheck" data-default="true"
checked="checked"/>
<span class="helper" <span class="helper"
title="When unchecked, keyboard spell-check is disabled. Available in iOS 8.1.3 and later."> title="When unchecked, keyboard spell-check is disabled. Available in iOS 8.1.3 and later.">
&nbsp;&nbsp;&nbsp;Allow keyboard spell-check ( Supervised only ) &nbsp;&nbsp;&nbsp;Allow keyboard spell-check ( Supervised only )

@ -75,13 +75,13 @@
{{/zone}} {{/zone}}
{{#zone "bottomJs"}} {{#zone "bottomJs"}}
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-ios" src="{{@unit.publicUri}}/templates/hidden-operations-ios.hbs" <script id="hidden-operations-ios" src="{{@unit.publicUri}}/templates/hidden-operations-ios-view.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-android" src="{{@unit.publicUri}}/templates/hidden-operations-android.hbs" <script id="hidden-operations-android" src="{{@unit.publicUri}}/templates/hidden-operations-android-view.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<script id="hidden-operations-windows" src="{{@unit.publicUri}}/templates/hidden-operations-windows.hbs" <script id="hidden-operations-windows" src="{{@unit.publicUri}}/templates/hidden-operations-windows-view.hbs"
type="text/x-handlebars-template"></script> type="text/x-handlebars-template"></script>
{{js "js/view.js"}} {{js "js/view.js"}}
{{/zone}} {{/zone}}

@ -5,7 +5,8 @@
<i class="fw fw-key fw-stack-2x"></i> <i class="fw fw-key fw-stack-2x"></i>
</span> </span>
Passcode Policy Passcode Policy
<span id="passcode-policy-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span> <span id="passcode-policy-configured" class="has-configured status-icon hidden"><i
class="fw fw-ok"></i></span>
<span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span> <span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
<span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span> <span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
</a> </a>
@ -23,9 +24,11 @@
<i class="fw fw-security fw-stack-2x"></i> <i class="fw fw-security fw-stack-2x"></i>
</span> </span>
Encryption Settings Encryption Settings
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span> <span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i
class="fw fw-ok"></i></span>
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span> <span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i class="fw fw-error"></i></span> <span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i
class="fw fw-error"></i></span>
</a> </a>
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">--> <!--<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">-->
<!--<span class="wr-hidden-operations-icon fw-stack">--> <!--<span class="wr-hidden-operations-icon fw-stack">-->
@ -59,24 +62,28 @@
<div class="wr-hidden-operations-content col-lg-8"> <div class="wr-hidden-operations-content col-lg-8">
<!-- passcode-policy --> <!-- passcode-policy -->
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block"> <div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
<div class="panel panel-default operation-data" data-operation="passcode-policy" data-operation-code="PASSCODE_POLICY"> <div class="panel panel-default operation-data" data-operation="passcode-policy"
data-operation-code="PASSCODE_POLICY">
<div id="passcode-policy-heading" class="panel-heading" role="tab"> <div id="passcode-policy-heading" class="panel-heading" role="tab">
<h2 class="sub-title panel-title"> <h2 class="sub-title panel-title">
Passcode Policy Passcode Policy
<label id="passcode-policy-lbl" class="wr-input-control switch" data-toggle="collapse" data-target="#passcode-policy-body"> <label id="passcode-policy-lbl" class="wr-input-control switch" data-toggle="collapse"
<input type="checkbox" /> data-target="#passcode-policy-body">
<input type="checkbox"/>
<span class="helper"></span> <span class="helper"></span>
<span class="text"></span> <span class="text"></span>
</label> </label>
<hr> <hr>
<div class="panel-title-description"> <div class="panel-title-description">
This configuration can be used to set a passcode policy to an Windows Device. This configuration can be used to set a passcode policy to an Windows Device.
Once this configuration profile is installed on a device, corresponding users will not be able Once this configuration profile is installed on a device, corresponding users will not be
able
to modify these settings on their devices. to modify these settings on their devices.
</div> </div>
</h2> </h2>
</div> </div>
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body"> <div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
aria-labelledby="passcode-policy-body">
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert"> <div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
<i class="icon fw fw-error"></i><span></span> <i class="icon fw fw-error"></i><span></span>
@ -84,8 +91,11 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="passcode-policy-allow-simple" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple" checked="checked" /> <input id="passcode-policy-allow-simple" type="checkbox"
<span class="helper" title="Permit the use of repeating, ascending and descending character sequences"> class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
checked="checked"/>
<span class="helper"
title="Permit the use of repeating, ascending and descending character sequences">
&nbsp;&nbsp;&nbsp;Allow simple value &nbsp;&nbsp;&nbsp;Allow simple value
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
@ -94,7 +104,9 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="passcode-policy-require-alphanumeric" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric" checked="checked" /> <input id="passcode-policy-require-alphanumeric" type="checkbox"
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
checked="checked"/>
<span class="helper" title="Require passcode to contain both letters and numbers"> <span class="helper" title="Require passcode to contain both letters and numbers">
&nbsp;&nbsp;&nbsp;Require alphanumeric value &nbsp;&nbsp;&nbsp;Require alphanumeric value
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
@ -109,7 +121,8 @@
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
</label> </label>
<select id="passcode-policy-min-length" class="form-control operationDataKeys" data-key="passcodePolicyMinLength" data-default="0"> <select id="passcode-policy-min-length" class="form-control operationDataKeys"
data-key="passcodePolicyMinLength" data-default="0">
<option value="" selected="selected"> <option value="" selected="selected">
None None
</option> </option>
@ -134,11 +147,13 @@
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="passcode-policy-min-complex-chars"> <label class="wr-input-label" for="passcode-policy-min-complex-chars">
Minimum number of complex characters Minimum number of complex characters
<span class="helper" title="Minimum number of complex or non-alphanumeric characters allowed in a passcode"> <span class="helper"
title="Minimum number of complex or non-alphanumeric characters allowed in a passcode">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
</label> </label>
<select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys" data-key="passcodePolicyMinComplexChars" data-default="0"> <select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys"
data-key="passcodePolicyMinComplexChars" data-default="0">
<option value="" selected="selected"> <option value="" selected="selected">
None None
</option> </option>
@ -159,7 +174,9 @@
<br> <br>
( Should be in between 1-to-730 days or none ) ( Should be in between 1-to-730 days or none )
</label> </label>
<input id="passcode-policy-max-passcode-age-in-days" type="text" class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays" maxlength="3" placeholder="[ Requires Number Input ]"> <input id="passcode-policy-max-passcode-age-in-days" type="text"
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
maxlength="3" placeholder="[ Requires Number Input ]">
</div> </div>
<div class="wr-input-control"> <div class="wr-input-control">
@ -171,17 +188,23 @@
<br> <br>
( Should be in between 1-to-50 passcodes or none ) ( Should be in between 1-to-50 passcodes or none )
</label> </label>
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys" data-key="passcodePolicyPasscodeHistory" maxlength="2" placeholder="[ Requires Number Input ]"> <input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
data-key="passcodePolicyPasscodeHistory" maxlength="2"
placeholder="[ Requires Number Input ]">
</div> </div>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts"> <label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
Maximum number of failed attempts Maximum number of failed attempts
<span class="helper" title="Maximum number of passcode entry attempts allowed before all data on a device will be erased"> <span class="helper"
title="The maximum number of failed password entry attempts. If the correct password
is not entered within the defined number of attempts, the data on the device will be
erased">
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
</label> </label>
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys" data-key="passcodePolicyMaxFailedAttempts" data-default="0"> <select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys"
data-key="passcodePolicyMaxFailedAttempts" data-default="0">
<option value="" selected="selected"> <option value="" selected="selected">
None None
</option> </option>
@ -207,19 +230,22 @@
<h2 class="sub-title panel-title"> <h2 class="sub-title panel-title">
Restrictions on Camera Restrictions on Camera
<label class="wr-input-control switch" data-toggle="collapse" data-target="#camera-body"> <label class="wr-input-control switch" data-toggle="collapse" data-target="#camera-body">
<input type="checkbox" /> <input type="checkbox"/>
<span class="helper"></span> <span class="helper"></span>
<span class="text"></span> <span class="text"></span>
</label> </label>
<hr> <hr>
<div class="panel-title-description"> <div class="panel-title-description">
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera. This configuration can be used to restrict the usage of camera on an Windows device together
Once this configuration profile is installed on a device, corresponding users will not be able with all the applications using the camera.
Once this configuration profile is installed on a device, corresponding users will not be
able
to modify these settings on their devices. to modify these settings on their devices.
</div> </div>
</h2> </h2>
</div> </div>
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body"> <div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
aria-labelledby="camera-body">
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert"> <div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
<i class="icon fw fw-error"></i><span></span> <i class="icon fw fw-error"></i><span></span>
</div> </div>
@ -228,8 +254,10 @@
<br> <br>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="camera-enabled" type="checkbox" class="operationDataKeys" data-key="cameraEnabled" checked="checked" /> <input id="camera-enabled" type="checkbox" class="operationDataKeys"
<span class="helper" title="Having this checked would enable Usage of phone camera in the device."> data-key="cameraEnabled" checked="checked"/>
<span class="helper"
title="Having this checked would enable Usage of phone camera in the device.">
&nbsp;&nbsp;&nbsp;Allow use of camera &nbsp;&nbsp;&nbsp;Allow use of camera
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>
@ -243,24 +271,29 @@
<!-- encrypt-storage --> <!-- encrypt-storage -->
<div class="wr-hidden-operation" data-operation="encrypt-storage"> <div class="wr-hidden-operation" data-operation="encrypt-storage">
<div class="panel panel-default operation-data" data-operation="encrypt-storage" data-operation-code="ENCRYPT_STORAGE"> <div class="panel panel-default operation-data" data-operation="encrypt-storage"
data-operation-code="ENCRYPT_STORAGE">
<div id="encrypt-storage-heading" class="panel-heading" role="tab"> <div id="encrypt-storage-heading" class="panel-heading" role="tab">
<h2 class="sub-title panel-title"> <h2 class="sub-title panel-title">
Encryption Settings Encryption Settings
<label class="wr-input-control switch" data-toggle="collapse" data-target="#encrypt-storage-body"> <label class="wr-input-control switch" data-toggle="collapse"
<input type="checkbox" /> data-target="#encrypt-storage-body">
<input type="checkbox"/>
<span class="helper"></span> <span class="helper"></span>
<span class="text"></span> <span class="text"></span>
</label> </label>
<hr> <hr>
<div class="panel-title-description"> <div class="panel-title-description">
This configuration can be used to encrypt data on an Windows device, when the device is locked and This configuration can be used to encrypt data on an Windows device, when the device is
make it readable when the passcode is entered. Once this configuration profile is installed on a device, locked and
make it readable when the passcode is entered. Once this configuration profile is installed
on a device,
corresponding users will not be able to modify these settings on their devices. corresponding users will not be able to modify these settings on their devices.
</div> </div>
</h2> </h2>
</div> </div>
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body"> <div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
aria-labelledby="encrypt-storage-body">
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert"> <div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
<i class="icon fw fw-error"></i><span></span> <i class="icon fw fw-error"></i><span></span>
</div> </div>
@ -269,8 +302,10 @@
<br> <br>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys" data-key="encryptStorageEnabled" checked="checked" /> <input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys"
<span class="helper" title="Having this checked would enable Storage-encryption in the device"> data-key="encryptStorageEnabled" checked="checked"/>
<span class="helper"
title="Having this checked would enable Storage-encryption in the device">
&nbsp;&nbsp;&nbsp;Enable storage-encryption &nbsp;&nbsp;&nbsp;Enable storage-encryption
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span> <span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span> </span>

@ -52,4 +52,15 @@ under the License. --}}
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-4 wr-text">
<div class="wr-buttons text-center">
<br class="c-both" />
<br/>
For evaluation purposes, you can skip the installer and proceed with enrollment.
<br/><br/>
<a href="#" class="btn btn-secondary">Skip Agent Installer</a>
</div>
</div>
</div>
{{/zone}} {{/zone}}
Loading…
Cancel
Save