mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #344 from thusithak/master
Theme migration for 2.2.0 - Policy Creation, Edit, View panel header fixes
This commit is contained in:
commit
aac9aba02c
@ -73,10 +73,8 @@
|
|||||||
<i class="fw fw-import fw-stack-2x"></i>
|
<i class="fw fw-import fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
System Update Policy (COSU)
|
System Update Policy (COSU)
|
||||||
<span id="cosu-system-update-policy-configured" class="has-configured status-icon hidden"><i
|
<span id="cosu-system-update-policy-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
class="fw fw-ok"></i></span>
|
<span id="cosu-system-update-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="cosu-system-update-policy-ok" class="has-success status-icon hidden"><i
|
|
||||||
class="fw fw-ok"></i></span>
|
|
||||||
<span id="cosu-system-update-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="cosu-system-update-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('cosu-whitelisted-applications', this)">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('cosu-whitelisted-applications', this)">
|
||||||
@ -84,11 +82,9 @@
|
|||||||
<i class="fw fw-register fw-stack-2x"></i>
|
<i class="fw fw-register fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Whitelist Apps (COSU)
|
Whitelist Apps (COSU)
|
||||||
<span id="cosu-whitelisted-applications-configured" class="has-configured status-icon hidden"><i
|
<span id="cosu-whitelisted-applications-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
class="fw fw-ok"></i></span>
|
|
||||||
<span id="cosu-whitelisted-applications-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="cosu-whitelisted-applications-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="cosu-whitelisted-applications-error" class="has-error status-icon hidden"><i
|
<span id="cosu-whitelisted-applications-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
class="fw fw-error"></i></span>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -106,16 +102,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
Configure the passcode policy for Android device. Once the policy is applied on a device,
|
|
||||||
the device owner will not be able to modify the password settings via the device.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Android Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="passcode-policy-body">
|
aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -259,17 +256,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to restrict certain settings on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to restrict certain settings on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="camera-body">
|
aria-labelledby="camera-body">
|
||||||
|
<hr/>
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -698,18 +695,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to encrypt data on an Android 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>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to encrypt data on an Android 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>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="encrypt-storage-body">
|
aria-labelledby="encrypt-storage-body">
|
||||||
|
</hr>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -744,17 +741,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure Wi-Fi access on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure Wi-Fi access on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="wifi-body">
|
aria-labelledby="wifi-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -764,7 +761,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="wifi-ssid">
|
<label class="wr-input-label" for="wifi-ssid">
|
||||||
Service Set Identifier (SSID)*
|
Service Set Identifier (SSID)*
|
||||||
<span class="helper" title="Identification of the wireless network to be configured.">
|
<span class="helper" title="Identification of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -777,8 +774,8 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="wifi-type">
|
<label class="wr-input-label" for="wifi-type">
|
||||||
Security*
|
Security*
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Security type of the wireless network to be configured. 802.1x EAP works with Android 4.3 and above devices only.">
|
title="Security type of the wireless network to be configured. 802.1x EAP works with Android 4.3 and above devices only.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -794,13 +791,12 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-eap" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-eap" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-eap">
|
<label class="wr-input-label" for="wifi-eap">
|
||||||
EAP Method
|
EAP Method
|
||||||
<span class="helper" title="EAP Method of the wireless network to be configured.">
|
<span class="helper" title="EAP Method of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select class="form-control operationDataKeys" id="wifi-eap"
|
<select class="form-control operationDataKeys" id="wifi-eap"
|
||||||
onchange="changeAndroidWifiPolicyEAP(this, document.getElementById('wifi-type'))"
|
onchange="changeAndroidWifiPolicyEAP(this, document.getElementById('wifi-type'))" data-key="wifiEAP">
|
||||||
data-key="wifiEAP">
|
|
||||||
<option value="peap">PEAP</option>
|
<option value="peap">PEAP</option>
|
||||||
<option value="tls">TLS</option>
|
<option value="tls">TLS</option>
|
||||||
<option value="ttls">TTLS</option>
|
<option value="ttls">TTLS</option>
|
||||||
@ -812,8 +808,8 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-phase2" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-phase2" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-phase2">
|
<label class="wr-input-label" for="wifi-phase2">
|
||||||
Phase 2 Authentication
|
Phase 2 Authentication
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Phase 2 authentication of the wireless network to be configured.">
|
title="Phase 2 authentication of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -828,12 +824,11 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-provisioning" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-provisioning" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-provisioning">
|
<label class="wr-input-label" for="wifi-provisioning">
|
||||||
Provisioning
|
Provisioning
|
||||||
<span class="helper" title="Provisioning of the wireless network to be configured.">
|
<span class="helper" title="Provisioning of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select class="form-control operationDataKeys" id="wifi-provisioning"
|
<select class="form-control operationDataKeys" id="wifi-provisioning" data-key="wifiProvisioning">
|
||||||
data-key="wifiProvisioning">
|
|
||||||
<option value="0">0</option>
|
<option value="0">0</option>
|
||||||
<option value="1">1</option>
|
<option value="1">1</option>
|
||||||
<option value="2">2</option>
|
<option value="2">2</option>
|
||||||
@ -843,7 +838,7 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-identity" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-identity" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-identity">
|
<label class="wr-input-label" for="wifi-identity">
|
||||||
Identity
|
Identity
|
||||||
<span class="helper" title="Identity of the wireless network to be configured.">
|
<span class="helper" title="Identity of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -857,7 +852,7 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-anoidentity" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-anoidentity" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-anoidentity">
|
<label class="wr-input-label" for="wifi-anoidentity">
|
||||||
Anonymous Identity
|
Anonymous Identity
|
||||||
<span class="helper" title="Identity of the wireless network to be configured.">
|
<span class="helper" title="Identity of the wireless network to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -871,21 +866,21 @@
|
|||||||
<div class="wr-input-control" id="control-wifi-cacert" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-cacert" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-password">
|
<label class="wr-input-label" for="wifi-password">
|
||||||
CA Certificate
|
CA Certificate
|
||||||
<span class="helper" title="CA Certificate for the wireless network.">
|
<span class="helper" title="CA Certificate for the wireless network.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<input id="wifi-cacert-upload" type="file" class="form-control"
|
<input id="wifi-cacert-upload" type="file" class="form-control"
|
||||||
onchange="base64EncodeFile(this, document.getElementById('wifi-cacert'), document.getElementById('wifi-cacert-name'))"/>
|
onchange="base64EncodeFile(this, document.getElementById('wifi-cacert'), document.getElementById('wifi-cacert-name'))"/>
|
||||||
<input id="wifi-cacert" type="hidden" class="form-control operationDataKeys"
|
<input id="wifi-cacert" type="hidden" class="form-control operationDataKeys"
|
||||||
data-key="wifiCaCert"/>
|
data-key="wifiCaCert" />
|
||||||
<input id="wifi-cacert-name" type="hidden" class="form-control operationDataKeys"
|
<input id="wifi-cacert-name" type="hidden" class="form-control operationDataKeys"
|
||||||
data-key="wifiCaCertName"/>
|
data-key="wifiCaCertName" />
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control" id="control-wifi-password" style="display:none;">
|
<div class="wr-input-control" id="control-wifi-password" style="display:none;">
|
||||||
<label class="wr-input-label" for="wifi-password">
|
<label class="wr-input-label" for="wifi-password">
|
||||||
Password
|
Password
|
||||||
<span class="helper" title="Password for the wireless network.">
|
<span class="helper" title="Password for the wireless network.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -911,15 +906,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a blacklist or whitelist of applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
aria-labelledby="app-restriction-body">
|
<hr/>
|
||||||
|
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -932,8 +925,8 @@
|
|||||||
<br>
|
<br>
|
||||||
</label>
|
</label>
|
||||||
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
||||||
<option value="black-list" selected="selected">BlackList</option>
|
<option value="black-list" selected="selected">Black List</option>
|
||||||
<option value="white-list">Whitelist</option>
|
<option value="white-list">White List</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -1019,17 +1012,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure VPN settings on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure VPN settings on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="vpn-body">
|
aria-labelledby="vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1039,7 +1032,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="vpn-server-address">
|
<label class="wr-input-label" for="vpn-server-address">
|
||||||
VPN Server Address*
|
VPN Server Address*
|
||||||
<span class="helper" title="Address of the VPN server to be configured.">
|
<span class="helper" title="Address of the VPN server to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1049,7 +1042,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="vpn-server-port">
|
<label class="wr-input-label" for="vpn-server-port">
|
||||||
VPN Server Port
|
VPN Server Port
|
||||||
<span class="helper" title="Port of the VPN server to be configured.">
|
<span class="helper" title="Port of the VPN server to be configured.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1059,7 +1052,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="vpn-shared-secret">
|
<label class="wr-input-label" for="vpn-shared-secret">
|
||||||
Shared Secret
|
Shared Secret
|
||||||
<span class="helper" title="Shared secret.">
|
<span class="helper" title="Shared secret.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1069,7 +1062,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="vpn-dns">
|
<label class="wr-input-label" for="vpn-dns">
|
||||||
DNS Server
|
DNS Server
|
||||||
<span class="helper" title="DNS Server.">
|
<span class="helper" title="DNS Server.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1094,16 +1087,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
The configurations below can be applied to the devices where the agent is running in Android
|
|
||||||
Work-Profile.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
The configurations below can be applied to the devices where the agent is running in Android
|
||||||
|
Work-Profile.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="work-profile-policy-body">
|
aria-labelledby="work-profile-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -1188,7 +1180,7 @@
|
|||||||
<!-- cosu-system-update-policy -->
|
<!-- cosu-system-update-policy -->
|
||||||
<div class="wr-hidden-operation" data-operation="cosu-system-update-policy">
|
<div class="wr-hidden-operation" data-operation="cosu-system-update-policy">
|
||||||
<div class="panel panel-default operation-data" data-operation="cosu-system-update-policy"
|
<div class="panel panel-default operation-data" data-operation="cosu-system-update-policy"
|
||||||
data-operation-code="SYSTEM_UPDATE_POLICY">
|
data-operation-code="SYSTEM_UPDATE_POLICY">
|
||||||
<div id="cosu-system-update-policy-heading" class="panel-heading" role="tab">
|
<div id="cosu-system-update-policy-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
System Update Policy (COSU)
|
System Update Policy (COSU)
|
||||||
@ -1198,21 +1190,19 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set system update policy to an Android Device in COSU.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Android Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cosu-system-update-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="cosu-system-update-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="cosu-system-update-policy-body">
|
aria-labelledby="cosu-system-update-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="cosu-system-update-policy-feature-error-msg" class="alert alert-danger hidden"
|
<div id="cosu-system-update-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
role="alert">
|
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -1226,32 +1216,25 @@
|
|||||||
<br><br>
|
<br><br>
|
||||||
<label class="wr-input-control radio light">
|
<label class="wr-input-control radio light">
|
||||||
<input id="automatic-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
<input id="automatic-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
||||||
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
||||||
value="automatic"
|
value="automatic" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" checked/>
|
||||||
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"
|
<span class="helper" title="Installs system update automatically as soon as one is available">
|
||||||
checked/>
|
|
||||||
<span class="helper"
|
|
||||||
title="Installs system update automatically as soon as one is available">
|
|
||||||
Automatic
|
Automatic
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="wr-input-control radio light">
|
<label class="wr-input-control radio light">
|
||||||
<input id="postpone-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
<input id="postpone-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
||||||
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
||||||
value="postpone"
|
value="postpone" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
||||||
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
<span class="helper" title="Incoming system update will be blocked for a maximum of 30 days">
|
||||||
<span class="helper"
|
|
||||||
title="Incoming system update will be blocked for a maximum of 30 days">
|
|
||||||
Postpone
|
Postpone
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="wr-input-control radio light">
|
<label class="wr-input-control radio light">
|
||||||
<input id="window-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
<input id="window-system-update-radio-btn" type="radio" name="cosu-system-update-type"
|
||||||
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
class="form-control operationDataKeys" data-key="cosuSystemUpdatePolicyType"
|
||||||
value="window"
|
value="window" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
||||||
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
<span class="helper" title="Install system update automatically within a daily maintenance window, for a maximum of 30 days">
|
||||||
<span class="helper"
|
|
||||||
title="Install system update automatically within a daily maintenance window, for a maximum of 30 days">
|
|
||||||
Window
|
Window
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1275,8 +1258,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="cosu-system-update-policy-window-start-time"
|
<select id="cosu-system-update-policy-window-start-time"
|
||||||
class="form-control operationDataKeys"
|
class="form-control operationDataKeys"
|
||||||
data-key="cosuSystemUpdatePolicyWindowStartTime" data-default="0">
|
data-key="cosuSystemUpdatePolicyWindowStartTime" data-default="0">
|
||||||
<option value="1440" selected="selected">12 AM</option>
|
<option value="1440" selected="selected">12 AM</option>
|
||||||
<option value="60">1 AM</option>
|
<option value="60">1 AM</option>
|
||||||
<option value="120">2 AM</option>
|
<option value="120">2 AM</option>
|
||||||
@ -1311,8 +1294,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="cosu-system-update-policy-window-end-time"
|
<select id="cosu-system-update-policy-window-end-time"
|
||||||
class="form-control operationDataKeys"
|
class="form-control operationDataKeys"
|
||||||
data-key="cosuSystemUpdatePolicyWindowEndTime" data-default="0">
|
data-key="cosuSystemUpdatePolicyWindowEndTime" data-default="0">
|
||||||
<option value="1440" selected="selected">12 AM</option>
|
<option value="1440" selected="selected">12 AM</option>
|
||||||
<option value="60">1 AM</option>
|
<option value="60">1 AM</option>
|
||||||
<option value="120">2 AM</option>
|
<option value="120">2 AM</option>
|
||||||
@ -1348,45 +1331,40 @@
|
|||||||
<!-- cosu-whitelist-applications -->
|
<!-- cosu-whitelist-applications -->
|
||||||
<div class="wr-hidden-operation" data-operation="cosu-whitelisted-applications">
|
<div class="wr-hidden-operation" data-operation="cosu-whitelisted-applications">
|
||||||
<div class="panel panel-default operation-data" data-operation="cosu-whitelisted-applications"
|
<div class="panel panel-default operation-data" data-operation="cosu-whitelisted-applications"
|
||||||
data-operation-code="KIOSK_APPS">
|
data-operation-code="KIOSK_APPS">
|
||||||
<div id="cosu-whitelisted-applications-heading" class="panel-heading" role="tab">
|
<div id="cosu-whitelisted-applications-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Whitelist Applications (COSU)
|
Whitelist Applications (COSU)
|
||||||
<label id="cosu-whitelisted-applications-lbl" class="wr-input-control switch"
|
<label id="cosu-whitelisted-applications-lbl" class="wr-input-control switch" data-toggle="collapse"
|
||||||
data-toggle="collapse"
|
data-target="#cosu-whitelisted-applications-body">
|
||||||
data-target="#cosu-whitelisted-applications-body">
|
|
||||||
<input type="checkbox"/>
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to whitelist applications in lock task mode of an Android Device in COSU.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Android Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cosu-whitelisted-applications-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="cosu-whitelisted-applications-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="cosu-whitelisted-applications-body">
|
aria-labelledby="cosu-whitelisted-applications-body">
|
||||||
|
<hr/>
|
||||||
<div id="cosu-whitelisted-applications-feature-error-msg" class="alert alert-danger hidden"
|
<div id="cosu-whitelisted-applications-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
role="alert">
|
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="cosu-whitelisted-applications">
|
<label class="wr-input-label" for="cosu-whitelisted-applications">
|
||||||
Whitelisted Applications to enter Lock Task Mode
|
Whitelisted Applications to enter Lock Task Mode
|
||||||
<span class="helper"
|
<span class="helper" title="Configuration information specific to a given third-party VPN solution. This has to be input as key/value pairs.">
|
||||||
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>
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="grid-input-add"
|
<a href="#cosu-whitelisted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
||||||
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>
|
||||||
@ -1396,42 +1374,40 @@
|
|||||||
</a>
|
</a>
|
||||||
</label>
|
</label>
|
||||||
<div id="cosu-whitelisted-applications"
|
<div id="cosu-whitelisted-applications"
|
||||||
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
||||||
data-key="cosuWhitelistedApplications" data-column-count="2">
|
data-key="cosuWhitelistedApplications" data-column-count="2">
|
||||||
<table class="table table-responsive table-striped">
|
<table class="table table-responsive table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>No:</th>
|
<th>No:</th>
|
||||||
<th>Application Name / Description</th>
|
<th>Application Name / Description</th>
|
||||||
<th>Package Name</th>
|
<th>Package Name</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody data-add-form-container="#cosu-whitelisted-applications-grid">
|
<tbody data-add-form-container="#cosu-whitelisted-applications-grid">
|
||||||
<tr data-help-text="add-form">
|
<tr data-help-text="add-form">
|
||||||
<td colspan="4">
|
<td colspan="4">
|
||||||
No entries added yet .
|
No entries added yet .
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<table class="template hidden">
|
<table class="template hidden">
|
||||||
<tbody data-add-form="#cosu-whitelisted-applications-grid">
|
<tbody data-add-form="#cosu-whitelisted-applications-grid">
|
||||||
<tr data-add-form-element="clone">
|
<tr data-add-form-element="clone">
|
||||||
<td data-title="No:">
|
<td data-title="No:">
|
||||||
<span class="index"></span>
|
<span class="index"></span>
|
||||||
</td>
|
</td>
|
||||||
<td data-title="Application Name / Description">
|
<td data-title="Application Name / Description">
|
||||||
<input type="text" class="form-control grid-input-text" data-child-key="appName"
|
<input type="text" class="form-control grid-input-text" data-child-key="appName"
|
||||||
maxlength="100" data-default=""
|
maxlength="100" data-default="" placeholder="[ Application Name / Description ]"/>
|
||||||
placeholder="[ Application Name / Description ]"/>
|
</td>
|
||||||
</td>
|
<td data-title="Package Name">
|
||||||
<td data-title="Package Name">
|
<input type="text" class="form-control grid-input-text" data-child-key="packageName"
|
||||||
<input type="text" class="form-control grid-input-text"
|
maxlength="100" data-default="" placeholder="[ Package Name ]"/>
|
||||||
data-child-key="packageName"
|
</td>
|
||||||
maxlength="100" data-default="" placeholder="[ Package Name ]"/>
|
<td>
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<span class="list-group-item-actions">
|
<span class="list-group-item-actions">
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="grid-input-remove"
|
<a href="#cosu-whitelisted-applications-grid" class="grid-input-remove"
|
||||||
data-click-event="remove-form">
|
data-click-event="remove-form">
|
||||||
@ -1441,8 +1417,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -1451,4 +1427,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -96,16 +96,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to set a passcode policy to an Android Device.
|
This configuration can be used to set a passcode policy to an Android Device.
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -236,16 +235,16 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configurations can be used to restrict certain settings on an Android device.
|
This configurations can be used to restrict certain settings on an Android device.
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<hr/>
|
||||||
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@ -651,7 +650,7 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
||||||
data-key="disableScreenCapture" disabled/>
|
data-key="disableScreenCapture disabled"/>
|
||||||
<span class="helper" title="Having this checked would disable screen capture .">
|
<span class="helper" title="Having this checked would disable screen capture .">
|
||||||
Disable screen capture
|
Disable screen capture
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
@ -690,15 +689,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to encrypt data on an Android device, when the device is locked and
|
This configuration can be used to encrypt data on an Android device, when the device is locked and
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
||||||
|
<hr/>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -731,15 +730,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configurations can be used to configure Wi-Fi access on an Android device.
|
This configurations can be used to configure Wi-Fi access on an Android device.
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="wifi-body">
|
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="wifi-body">
|
||||||
|
<hr/>
|
||||||
<!--<div class="cloneable">-->
|
<!--<div class="cloneable">-->
|
||||||
<!--<a href="#" class="multi-view add enabled">-->
|
<!--<a href="#" class="multi-view add enabled">-->
|
||||||
<!--<span class="icon fw-stack">-->
|
<!--<span class="icon fw-stack">-->
|
||||||
@ -891,14 +890,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to create a black list or white list of applications.
|
This configuration can be used to create a black list or white list of applications.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -989,15 +987,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configurations can be used to configure VPN settings on an Android device.
|
This configurations can be used to configure VPN settings on an Android device.
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="vpn-body">
|
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1163,14 +1161,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
The configurations below can be applied to the devices where the agent is running in Android Work-Profile.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
The configurations below can be applied to the devices where the agent is running in Android Work-Profile.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="work-profile-policy-body">
|
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="work-profile-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -175,14 +175,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set a passcode policy to an iOS Device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users
|
|
||||||
will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an iOS Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users
|
||||||
|
will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="passcode-policy-body">
|
aria-labelledby="passcode-policy-body">
|
||||||
@ -399,17 +398,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure VPN settings on an iOS device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not
|
|
||||||
be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure VPN settings on an iOS device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not
|
||||||
|
be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="vpn-body">
|
aria-labelledby="vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1173,18 +1172,18 @@ Please note that * sign represents required fields of data.
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to configure add-on VPN software (per-app VPN),
|
|
||||||
and it works only on VPN services of
|
|
||||||
type 'VPN'. Once this configuration profile is installed on a device,
|
|
||||||
corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to configure add-on VPN software (per-app VPN),
|
||||||
|
and it works only on VPN services of
|
||||||
|
type 'VPN'. Once this configuration profile is installed on a device,
|
||||||
|
corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="per-app-vpn-body">
|
aria-labelledby="per-app-vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1408,16 +1407,15 @@ Please note that * sign represents required fields of data.
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of
|
|
||||||
applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of
|
||||||
|
applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="app-restriction-body">
|
aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden"
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden"
|
||||||
role="alert">
|
role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
@ -1523,18 +1521,18 @@ Please note that * sign represents required fields of data.
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to set how devices connect to your wireless network(s),
|
|
||||||
including the necessary authentication
|
|
||||||
information. Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to set how devices connect to your wireless network(s),
|
||||||
|
including the necessary authentication
|
||||||
|
information. Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="wifi-body">
|
aria-labelledby="wifi-body">
|
||||||
|
<hr/>
|
||||||
<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2397,18 +2395,17 @@ EAP-Fast Support :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to define settings for connecting
|
|
||||||
to your POP or IMAP email accounts.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to define settings for connecting
|
||||||
|
to your POP or IMAP email accounts.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="email-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="email-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="email-body">
|
aria-labelledby="email-body">
|
||||||
|
<hr/>
|
||||||
<div id="email-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="email-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2768,19 +2765,18 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to AirPlay
|
|
||||||
destinations.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to AirPlay
|
||||||
|
destinations.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="airplay-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="airplay-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="airplay-body">
|
aria-labelledby="airplay-body">
|
||||||
|
<hr/>
|
||||||
<div id="airplay-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="airplay-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2950,18 +2946,17 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to LDAP
|
|
||||||
servers.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to LDAP
|
||||||
|
servers.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="ldap-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="ldap-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="ldap-body">
|
aria-labelledby="ldap-body">
|
||||||
|
<hr/>
|
||||||
<div id="ldap-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="ldap-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3138,18 +3133,17 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to CalDAV
|
|
||||||
servers.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to CalDAV
|
||||||
|
servers.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendar-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="calendar-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="calendar-body">
|
aria-labelledby="calendar-body">
|
||||||
|
<hr/>
|
||||||
<div id="calendar-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="calendar-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3263,17 +3257,16 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for calendar subscriptions.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for calendar subscriptions.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendar-subscription-body" class="panel-collapse panel-body collapse"
|
<div id="calendar-subscription-body" class="panel-collapse panel-body collapse"
|
||||||
role="tabpanel" aria-labelledby="calendar-subscription-body">
|
role="tabpanel" aria-labelledby="calendar-subscription-body">
|
||||||
|
<hr/>
|
||||||
<div id="calendar-subscription-feature-error-msg" class="alert alert-danger hidden"
|
<div id="calendar-subscription-feature-error-msg" class="alert alert-danger hidden"
|
||||||
role="alert">
|
role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
@ -3362,19 +3355,18 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to specify Access Point Names ( APN ).
|
|
||||||
Once this configuration profile is installed on an iOS device, corresponding
|
|
||||||
users will not
|
|
||||||
be able to modify these settings on their devices.
|
|
||||||
<br><br>(This feature is not supported on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to specify Access Point Names ( APN ).
|
||||||
|
Once this configuration profile is installed on an iOS device, corresponding
|
||||||
|
users will not
|
||||||
|
be able to modify these settings on their devices.
|
||||||
|
<br><br>(This feature is not supported on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="apn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="apn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="apn-body">
|
aria-labelledby="apn-body">
|
||||||
|
<hr/>
|
||||||
<div id="apn-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="apn-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3489,21 +3481,20 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to specify Cellular Network Settings on an iOS
|
|
||||||
device.
|
|
||||||
Cellular settings cannot be installed if an APN setting is already installed and
|
|
||||||
upon successful installation, corresponding users will not be able to modify
|
|
||||||
these
|
|
||||||
settings on their devices.
|
|
||||||
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to specify Cellular Network Settings on an iOS
|
||||||
|
device.
|
||||||
|
Cellular settings cannot be installed if an APN setting is already installed and
|
||||||
|
upon successful installation, corresponding users will not be able to modify
|
||||||
|
these
|
||||||
|
settings on their devices.
|
||||||
|
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="cellular-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="cellular-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="cellular-body">
|
aria-labelledby="cellular-body">
|
||||||
|
<hr/>
|
||||||
<div id="cellular-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cellular-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3677,18 +3668,17 @@ Outgoing Mail Settings :
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to restrict apps, device features and
|
|
||||||
media content available on an iOS device. Once this configuration profile is installed
|
|
||||||
on a device, corresponding users will not be able to modify these settings on their
|
|
||||||
devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to restrict apps, device features and
|
||||||
|
media content available on an iOS device. Once this configuration profile is installed
|
||||||
|
on a device, corresponding users will not be able to modify these settings on their
|
||||||
|
devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="restrictions-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="restrictions-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="restrictions-body">
|
aria-labelledby="restrictions-body">
|
||||||
|
<hr/>
|
||||||
<div id="restrictions-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="restrictions-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -78,16 +78,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<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
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<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
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -221,15 +220,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</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
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<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
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
||||||
|
<hr/>
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -262,15 +261,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</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,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<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,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
||||||
|
<hr/>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -303,14 +302,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user