Milan Perera 8 years ago
commit ea4d7bc823

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

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

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

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

@ -21,7 +21,7 @@
<div class="col-md-3 col-xs-3">
<div class="itm-wiz" data-step="policy-naming">
<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>
<br class="c-both"/>
</div>
@ -264,13 +264,13 @@
{{/zone}}
{{#zone "bottomJs"}}
<!--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>
<!--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>
<!--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>
{{js "js/edit.js"}}
{{/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
$(advanceOperations).on("click", ".multi-view.add.enabled", function () {
// get a copy of .cloneable and create new .cloned div element

@ -452,11 +452,13 @@
<div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-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>
<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">
<i class="fw fw-add fw-stack-1x"></i>
<i class="fw fw-ring fw-stack-2x"></i>
@ -491,11 +493,13 @@
<span class="index"></span>
</td>
<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 ]"/>
</td>
<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>
<span class="list-group-item-actions">
@ -516,11 +520,13 @@
<div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-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>
<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">
<i class="fw fw-add fw-stack-1x"></i>
<i class="fw fw-ring fw-stack-2x"></i>
@ -555,11 +561,13 @@
<span class="index"></span>
</td>
<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 ]"/>
</td>
<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>
<span class="list-group-item-actions">
@ -580,11 +588,13 @@
<div class="wr-input-control">
<label class="wr-input-label" for="vpn-ondemand-domains-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>
<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">
<i class="fw fw-add fw-stack-1x"></i>
<i class="fw fw-ring fw-stack-2x"></i>
@ -619,11 +629,13 @@
<span class="index"></span>
</td>
<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 ]"/>
</td>
<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>
<span class="list-group-item-actions">
@ -647,7 +659,8 @@
<div class="wr-input-control">
<label class="wr-input-label" for="vpn-vendor-configs">
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>
<br>
@ -1206,7 +1219,8 @@
<div class="wr-input-control">
<label class="wr-input-label" for="per-app-vpn-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>
<br>
@ -1249,7 +1263,8 @@
maxlength="100" data-default="" placeholder="[ www.example.com ]"/>
</td>
<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>
<span class="list-group-item-actions">
@ -1300,7 +1315,8 @@
<div class="wr-input-control">
<label class="wr-input-label" for="app-to-per-app-vpn-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>
<br>
@ -1340,7 +1356,8 @@
<span class="index"></span>
</td>
<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 ]"/>
</td>
<td data-title="VPN UUID">
@ -1789,7 +1806,8 @@
</td>
<td data-title="Certificate Payload Anchor UUID">
<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>
<span class="list-group-item-actions">
@ -1858,7 +1876,8 @@
</td>
<td data-title="TLS Trusted Server Certificate Name">
<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>
<span class="list-group-item-actions">
@ -1884,7 +1903,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<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.">
@ -1975,7 +1995,8 @@
<li>
<div class="wr-input-control">
<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"
data-key="wifiEAPFastProvisionPACAnonymously"
data-default="false"/>
@ -2893,6 +2914,168 @@
</div>
<!-- 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 -->
<div class="wr-hidden-operation" data-operation="ldap">
<div class="panel panel-default operation-data" data-operation="ldap"
@ -3647,7 +3830,8 @@
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<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"
title="Having this checked would enable Usage of phone camera in the device">
&nbsp;&nbsp;&nbsp;Allow use of camera
@ -3672,8 +3856,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-screen-shot" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowScreenShot" data-default="true" checked="checked"/>
<input id="restrictions-allow-screen-shot" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowScreenShot" data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would allow taking screenshots in the device">
&nbsp;&nbsp;&nbsp;Allow screenshots
@ -3685,8 +3871,10 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-air-drop" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowAirDrop" data-default="true" checked="checked"/>
<input id="restrictions-allow-air-drop" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowAirDrop" data-default="true"
checked="checked"/>
<span class="helper"
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 )
@ -3698,8 +3886,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-voice-dialing" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true" checked="checked"/>
<input id="restrictions-allow-voice-dialing" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would allow voice dialing feature in the device.">
&nbsp;&nbsp;&nbsp;Allow voice dialing while device is locked
@ -3712,7 +3902,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="Having this checked would enable Siri as assistant in the device.">
@ -3727,7 +3918,8 @@
<label class="wr-input-control checkbox">
<input id="restrictions-allow-assistant-while-locked" type="checkbox"
class="child-input operationDataKeys"
data-key="restrictionsAllowAssistantWhileLocked" data-default="true"
data-key="restrictionsAllowAssistantWhileLocked"
data-default="true"
checked="checked"/>
<span class="helper"
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>
<div class="wr-input-control">
<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"
data-key="restrictionsForceAssistantProfanityFilter" data-default="true"
data-key="restrictionsForceAssistantProfanityFilter"
data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would force use of Siri profanity filter.">
@ -3755,7 +3949,8 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<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"
data-key="restrictionsAllowAssistantUserGeneratedContent"
data-default="true" checked="checked"/>
@ -3787,7 +3982,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<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.">
@ -3800,8 +3996,10 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-bookstore" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowBookstore" data-default="true" checked="checked"/>
<input id="restrictions-allow-bookstore" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowBookstore" data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would enable iBookStore in the device. Available in iOS 6.0 and later.">
&nbsp;&nbsp;&nbsp;Enable iBookStore ( Supervised only )
@ -3841,8 +4039,10 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-app-removal" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowAppRemoval" data-default="true" checked="checked"/>
<input id="restrictions-allow-app-removal" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowAppRemoval" data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would allow removal of apps in the device.">
&nbsp;&nbsp;&nbsp;Allow removing apps
@ -3869,7 +4069,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="Having this checked would force iTunes store password in the device.">
@ -3882,8 +4083,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-cloud-backup" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowCloudBackup" data-default="true" checked="checked"/>
<input id="restrictions-allow-cloud-backup" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowCloudBackup" data-default="true"
checked="checked"/>
<span class="helper"
title="Having this checked would enable iCloud backup in the device.">
&nbsp;&nbsp;&nbsp;Allow iCloud backup
@ -3924,7 +4127,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
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">
<label class="wr-input-control 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"/>
<span class="helper"
title="Having this checked would allow backup of enterprise books in the device.">
@ -3952,7 +4157,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="When unchecked, Enterprise books notes and highlights will not be synced.">
@ -3966,7 +4172,8 @@
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-diagnostic-submission" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowDiagnosticSubmission"
class="operationDataKeys"
data-key="restrictionsAllowDiagnosticSubmission"
data-default="true" checked="checked"/>
<span class="helper"
title="Having this checked would automatically submit diagnostic reports to Apple.">
@ -3994,7 +4201,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="When unchecked, changes to Find My Friends are disabled.">
@ -4008,7 +4216,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="Having this unchecked would prevent Touch ID from unlocking a device.">
@ -4021,9 +4230,11 @@
<li>
<div class="wr-input-control">
<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"
data-key="restrictionsAllowGlobalBackgroundFetchWhenRoaming" data-default="true"
data-key="restrictionsAllowGlobalBackgroundFetchWhenRoaming"
data-default="true"
checked="checked"/>
<span class="helper"
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">
<label class="wr-input-control 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"/>
<span class="helper"
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">
<label class="wr-input-control 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"/>
<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.">
@ -4078,8 +4291,10 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-host-pairing" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowHostPairing" data-default="true" checked="checked"/>
<input id="restrictions-allow-host-pairing" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowHostPairing" data-default="true"
checked="checked"/>
<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.">
&nbsp;&nbsp;&nbsp;Allow Host Pairing ( Supervised only )
@ -4092,7 +4307,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<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.">
@ -4106,7 +4322,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<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.">
@ -4119,8 +4336,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-ota-pki-updates" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowOTAPKIUpdates" data-default="true" checked="checked"/>
<input id="restrictions-allow-ota-pki-updates" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowOTAPKIUpdates" data-default="true"
checked="checked"/>
<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.">
&nbsp;&nbsp;&nbsp;Allow over-the-air PKI updates
@ -4146,8 +4365,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-photo-stream" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowPhotoStream" data-default="true" checked="checked"/>
<input id="restrictions-allow-photo-stream" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowPhotoStream" data-default="true"
checked="checked"/>
<span class="helper"
title="When unchecked, Photo Stream is disabled. Available only in iOS 5.0 and later.">
&nbsp;&nbsp;&nbsp;Allow Photo Stream
@ -4159,8 +4380,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-shared-stream" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowSharedStream" data-default="true" checked="checked"/>
<input id="restrictions-allow-shared-stream" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowSharedStream" data-default="true"
checked="checked"/>
<span class="helper"
title="When unchecked, Shared Photo Stream will be disabled. Available only in iOS 6.0 and later.">
&nbsp;&nbsp;&nbsp;Allow Shared Photo Stream
@ -4172,7 +4395,8 @@
<li>
<div class="wr-input-control">
<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"
data-key="restrictionsAllowUIConfigurationProfileInstallation"
data-default="true" checked="checked"/>
@ -4215,8 +4439,10 @@
<li>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-voice-dialing" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true" checked="checked"/>
<input id="restrictions-allow-voice-dialing" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowVoiceDialing" data-default="true"
checked="checked"/>
<span class="helper"
title="When unchecked, voice dialing is disabled.">
&nbsp;&nbsp;&nbsp;Allow voice dialing
@ -4287,7 +4513,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="When unchecked, “Erase All Content And Settings” option in the Reset UI is disabled.">
@ -4301,7 +4528,8 @@
<div class="wr-input-control">
<label class="wr-input-control 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"/>
<span class="helper"
title="When unchecked, Spotlight will not return Internet search results.">
@ -4315,7 +4543,8 @@
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictionsAllowEnablingRestrictions" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowEnablingRestrictions"
class="operationDataKeys"
data-key="restrictionsAllowEnablingRestrictions"
data-default="true" checked="checked"/>
<span class="helper"
title="When unchecked, “Enable Restrictions” option in the Restrictions UI in Settings is disabled.">
@ -4329,7 +4558,8 @@
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-activity-continuation" type="checkbox"
class="operationDataKeys" data-key="restrictionsAllowActivityContinuation"
class="operationDataKeys"
data-key="restrictionsAllowActivityContinuation"
data-default="true" checked="checked"/>
<span class="helper"
title="When unchecked, Activity Continuation will be disabled.">
@ -4370,7 +4600,8 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<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"
checked="checked"/>
<span class="helper"
@ -4384,8 +4615,10 @@
<li style="visibility:hidden; position:absolute">
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="restrictions-allow-spell-check" type="checkbox" class="operationDataKeys"
data-key="restrictionsAllowSpellCheck" data-default="true" checked="checked"/>
<input id="restrictions-allow-spell-check" type="checkbox"
class="operationDataKeys"
data-key="restrictionsAllowSpellCheck" data-default="true"
checked="checked"/>
<span class="helper"
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 )

@ -75,13 +75,13 @@
{{/zone}}
{{#zone "bottomJs"}}
<!--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>
<!--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>
<!--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>
{{js "js/view.js"}}
{{/zone}}

@ -5,7 +5,8 @@
<i class="fw fw-key fw-stack-2x"></i>
</span>
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-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
</a>
@ -23,9 +24,11 @@
<i class="fw fw-security fw-stack-2x"></i>
</span>
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-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 href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">-->
<!--<span class="wr-hidden-operations-icon fw-stack">-->
@ -59,11 +62,13 @@
<div class="wr-hidden-operations-content col-lg-8">
<!-- passcode-policy -->
<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">
<h2 class="sub-title panel-title">
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"
data-target="#passcode-policy-body">
<input type="checkbox"/>
<span class="helper"></span>
<span class="text"></span>
@ -71,12 +76,14 @@
<hr>
<div class="panel-title-description">
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.
</div>
</h2>
</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">
<i class="icon fw fw-error"></i><span></span>
@ -84,8 +91,11 @@
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="passcode-policy-allow-simple" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple" checked="checked" />
<span class="helper" title="Permit the use of repeating, ascending and descending character sequences">
<input id="passcode-policy-allow-simple" type="checkbox"
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
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span>
@ -94,7 +104,9 @@
<div class="wr-input-control">
<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">
&nbsp;&nbsp;&nbsp;Require alphanumeric value
<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>
</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">
None
</option>
@ -134,11 +147,13 @@
<div class="wr-input-control">
<label class="wr-input-label" for="passcode-policy-min-complex-chars">
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>
</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">
None
</option>
@ -159,7 +174,9 @@
<br>
( Should be in between 1-to-730 days or none )
</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 class="wr-input-control">
@ -171,17 +188,23 @@
<br>
( Should be in between 1-to-50 passcodes or none )
</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 class="wr-input-control">
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
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>
</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">
None
</option>
@ -213,13 +236,16 @@
</label>
<hr>
<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.
Once this configuration profile is installed on a device, corresponding users will not be able
This configuration can be used to restrict the usage of camera on an Windows device together
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.
</div>
</h2>
</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">
<i class="icon fw fw-error"></i><span></span>
</div>
@ -228,8 +254,10 @@
<br>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="camera-enabled" type="checkbox" class="operationDataKeys" data-key="cameraEnabled" checked="checked" />
<span class="helper" title="Having this checked would enable Usage of phone camera in the device.">
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
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
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span>
@ -243,24 +271,29 @@
<!-- 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">
<h2 class="sub-title panel-title">
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"
data-target="#encrypt-storage-body">
<input type="checkbox"/>
<span class="helper"></span>
<span class="text"></span>
</label>
<hr>
<div class="panel-title-description">
This configuration can be used to encrypt data on an Windows device, when the device is locked and
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
This configuration can be used to encrypt data on an Windows device, when the device is
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.
</div>
</h2>
</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">
<i class="icon fw fw-error"></i><span></span>
</div>
@ -269,8 +302,10 @@
<br>
<div class="wr-input-control">
<label class="wr-input-control checkbox">
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys" data-key="encryptStorageEnabled" checked="checked" />
<span class="helper" title="Having this checked would enable Storage-encryption in the device">
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys"
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
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
</span>

@ -52,4 +52,15 @@ under the License. --}}
</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}}
Loading…
Cancel
Save