Fixing the ui issue is ios policy modification and policy view

revert-dabc3590
kamidu 8 years ago
parent b16730f70d
commit ec138be594

@ -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}}

@ -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}}

Loading…
Cancel
Save