mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing ui issues in policy management
This commit is contained in:
parent
de60fa325e
commit
5b6289326b
@ -217,7 +217,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Maximum number of passcode entry attempts allowed before all data on a device will be erased">
|
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -657,7 +657,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul class="message message-info">
|
<ul class="message message-info">
|
||||||
<i class="icon fw fw-info"></i>
|
<i class="icon fw fw-info"></i>
|
||||||
<a id="policy-listing-status-msg">Below restrictions will be applied on devices with Android version 6.0 Marshmallow onwards only.</a>
|
<a id="policy-listing-status-msg">Below restrictions will be applied on devices with Android
|
||||||
|
version 6.0 Marshmallow onwards only.</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -691,9 +692,9 @@
|
|||||||
</label>
|
</label>
|
||||||
</h2>
|
</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
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
and make it readable when the passcode is entered. Once this configuration profile is installed
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
on a device, corresponding users will not be able to modify these settings on their devices.
|
||||||
</div>
|
</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"
|
||||||
@ -766,7 +767,8 @@
|
|||||||
<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>
|
||||||
@ -787,7 +789,8 @@
|
|||||||
</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'))" data-key="wifiEAP">
|
onchange="changeAndroidWifiPolicyEAP(this, document.getElementById('wifi-type'))"
|
||||||
|
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>
|
||||||
@ -862,7 +865,8 @@
|
|||||||
</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"
|
||||||
@ -902,7 +906,8 @@
|
|||||||
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>
|
||||||
</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/>
|
<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>
|
||||||
@ -931,7 +936,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add " data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary 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>
|
||||||
@ -1094,8 +1100,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--<div class="wr-input-control">
|
<!--<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="work-profile-policy-allow-cross-profile" type="checkbox" class="form-control operationDataKeys" data-key="workProfilePolicyAllowCopyPaste" checked="checked" />
|
<input id="work-profile-policy-allow-cross-profile" type="checkbox" class="form-control
|
||||||
<span class="helper" title="Permit the use of repeating, ascending and descending character sequences">
|
operationDataKeys" data-key="workProfilePolicyAllowCopyPaste" checked="checked" />
|
||||||
|
<span class="helper" title="Permit the use of repeating, ascending and descending
|
||||||
|
character sequences">
|
||||||
Allow cross profile copy-paste
|
Allow cross profile copy-paste
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -1206,24 +1214,34 @@
|
|||||||
<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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" checked/>
|
value="automatic"
|
||||||
<span class="helper" title="Installs system update automatically as soon as one is available">
|
onclick="slideDownPaneAgainstValueSetForRadioButtons(this,
|
||||||
|
'cosu-system-update-policy-window-select', ['window'])" 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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
value="postpone"
|
||||||
<span class="helper" title="Incoming system update will be blocked for a maximum of 30 days">
|
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">
|
||||||
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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
value="window"
|
||||||
<span class="helper" title="Install system update automatically within a daily maintenance window, for a maximum of 30 days">
|
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">
|
||||||
Window
|
Window
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1344,11 +1362,13 @@
|
|||||||
<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" 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>
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="btn btn-secondary grid-input-add" data-click-event="add-form">
|
<a href="#cosu-whitelisted-applications-grid" class="btn btn-secondary 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>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -168,7 +168,9 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text" class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays" maxlength="3" placeholder="[ Requires Number Input ]">
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
|
maxlength="3" placeholder="[ Requires Number Input ]">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -180,17 +182,20 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys" data-key="passcodePolicyPasscodeHistory" maxlength="2" placeholder="[ Requires Number Input ]">
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyPasscodeHistory" maxlength="2" placeholder="[ Requires Number Input ]">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper" title="Maximum number of passcode entry attempts allowed before all data on a device will be erased">
|
<span class="helper" title="Maximum number of passcode entry attempts allowed before all
|
||||||
|
data on a device will be erased">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys" data-key="passcodePolicyMaxFailedAttempts" data-default="0">
|
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMaxFailedAttempts" data-default="0">
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -222,7 +227,8 @@
|
|||||||
</label>
|
</label>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera.
|
This configuration can be used to restrict the usage of camera on an Windows device together
|
||||||
|
with all the applications using the camera.
|
||||||
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>
|
||||||
@ -237,8 +243,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="camera-enabled" type="checkbox" class="operationDataKeys" data-key="cameraEnabled" checked="checked" />
|
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
|
||||||
<span class="helper" title="Having this checked would enable Usage of phone camera in the device.">
|
data-key="cameraEnabled" checked="checked" />
|
||||||
|
<span class="helper" title="Having this checked would enable Usage of phone camera in
|
||||||
|
the device.">
|
||||||
Allow use of camera
|
Allow use of camera
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -252,7 +260,8 @@
|
|||||||
|
|
||||||
<!-- encrypt-storage -->
|
<!-- encrypt-storage -->
|
||||||
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
||||||
<div class="panel panel-default operation-data" data-operation="encrypt-storage" data-operation-code="ENCRYPT_STORAGE">
|
<div class="panel panel-default operation-data" data-operation="encrypt-storage"
|
||||||
|
data-operation-code="ENCRYPT_STORAGE">
|
||||||
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Encryption Settings
|
Encryption Settings
|
||||||
@ -264,11 +273,12 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to encrypt data on an Windows device, when the device is locked and
|
This configuration can be used to encrypt data on an Windows device, when the device is 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
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
device, corresponding users will not be able to modify these settings on their devices.
|
||||||
</div>
|
</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/>
|
<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>
|
||||||
@ -278,7 +288,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys" data-key="encryptStorageEnabled" checked="checked" />
|
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys"
|
||||||
|
data-key="encryptStorageEnabled" checked="checked" />
|
||||||
<span class="helper" title="Having this checked would enable Storage-encryption in the device">
|
<span class="helper" title="Having this checked would enable Storage-encryption in the device">
|
||||||
Enable storage-encryption
|
Enable storage-encryption
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
@ -292,7 +303,8 @@
|
|||||||
<!-- /encrypt-storage -->
|
<!-- /encrypt-storage -->
|
||||||
<!--app-restriction-->
|
<!--app-restriction-->
|
||||||
<div class="wr-hidden-operation" data-operation="app-restriction">
|
<div class="wr-hidden-operation" data-operation="app-restriction">
|
||||||
<div class="panel panel-default operation-data" data-operation="app-restriction" data-operation-code="APP-RESTRICTION">
|
<div class="panel panel-default operation-data" data-operation="app-restriction"
|
||||||
|
data-operation-code="APP-RESTRICTION">
|
||||||
<div id="app-restriction-heading" class="panel-heading" role="tab">
|
<div id="app-restriction-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Application Restriction Settings
|
Application Restriction Settings
|
||||||
@ -306,7 +318,8 @@
|
|||||||
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>
|
||||||
</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/>
|
<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>
|
||||||
@ -327,7 +340,8 @@
|
|||||||
<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="#restricted-applications-grid" class="btn btn-secondary grid-input-add" data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary 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>
|
||||||
@ -336,7 +350,9 @@
|
|||||||
Add Application
|
Add Application
|
||||||
</a>
|
</a>
|
||||||
</label>
|
</label>
|
||||||
<div id="restricted-applications" class="operationDataKeys grouped-array-input multi-column-key-value-pair-array" data-key="restrictedApplications" data-column-count="2">
|
<div id="restricted-applications"
|
||||||
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
||||||
|
data-key="restrictedApplications" data-column-count="2">
|
||||||
<table class="table table-responsive table-striped">
|
<table class="table table-responsive table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -361,14 +377,19 @@
|
|||||||
<span class="index"></span>
|
<span class="index"></span>
|
||||||
</td>
|
</td>
|
||||||
<td data-title="App Name">
|
<td data-title="App Name">
|
||||||
<input type="text" class="form-control grid-input-text" data-child-key="appName" maxlength="100" data-default="" placeholder="[ Application Name or Description ]" />
|
<input type="text" class="form-control grid-input-text"
|
||||||
|
data-child-key="appName" maxlength="100" data-default=""
|
||||||
|
placeholder="[ Application Name or 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" maxlength="100" data-default="" placeholder="[ Package Name of Application ]" />
|
<input type="text" class="form-control grid-input-text"
|
||||||
|
data-child-key="packageName" maxlength="100" data-default=""
|
||||||
|
placeholder="[ Package Name of Application ]" />
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="list-group-item-actions">
|
<span class="list-group-item-actions">
|
||||||
<a href="#restricted-applications-grid" class="grid-input-remove" data-click-event="remove-form">
|
<a href="#restricted-applications-grid" class="grid-input-remove"
|
||||||
|
data-click-event="remove-form">
|
||||||
<span class="fw-stack helper" title="Remove Entry">
|
<span class="fw-stack helper" title="Remove Entry">
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
<i class="fw fw-delete fw-stack-1x"></i>
|
<i class="fw fw-delete fw-stack-1x"></i>
|
||||||
|
|||||||
@ -243,7 +243,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Maximum number of passcode entry attempts allowed before all data on a device will be erased">
|
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -787,7 +787,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>
|
||||||
<br>
|
<br>
|
||||||
@ -799,8 +799,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>
|
||||||
@ -816,7 +816,7 @@
|
|||||||
<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>
|
||||||
@ -834,8 +834,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>
|
||||||
@ -850,7 +850,7 @@
|
|||||||
<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>
|
||||||
@ -865,7 +865,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>
|
||||||
@ -879,7 +879,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>
|
||||||
@ -893,7 +893,7 @@
|
|||||||
<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>
|
||||||
@ -967,7 +967,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add " data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary 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>
|
||||||
@ -1062,7 +1063,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>
|
||||||
@ -1072,7 +1073,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>
|
||||||
@ -1082,7 +1083,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>
|
||||||
@ -1092,7 +1093,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>
|
||||||
@ -1330,7 +1331,8 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to set system update policy to an Android Device in COSU.
|
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
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
@ -1338,7 +1340,8 @@
|
|||||||
<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">
|
||||||
|
|
||||||
<div id="cosu-system-update-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cosu-system-update-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>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -1352,24 +1355,31 @@
|
|||||||
<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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" checked/>
|
value="automatic"
|
||||||
<span class="helper" title="Installs system update automatically as soon as one is available">
|
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"
|
||||||
|
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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
value="postpone"
|
||||||
<span class="helper" title="Incoming system update will be blocked for a maximum of 30 days">
|
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">
|
||||||
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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"/>
|
value="window"
|
||||||
<span class="helper" title="Install system update automatically within a daily maintenance window, for a maximum of 30 days">
|
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">
|
||||||
Window
|
Window
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
@ -1468,7 +1478,8 @@
|
|||||||
<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" data-toggle="collapse"
|
<label id="cosu-whitelisted-applications-lbl" class="wr-input-control switch"
|
||||||
|
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>
|
||||||
@ -1476,8 +1487,10 @@
|
|||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to whitelist applications in lock task mode of an Android Device in COSU.
|
This configuration can be used to whitelist applications in lock task mode of an Android
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
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.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
@ -1485,17 +1498,20 @@
|
|||||||
<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">
|
||||||
|
|
||||||
<div id="cosu-whitelisted-applications-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cosu-whitelisted-applications-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>
|
||||||
<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" 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>
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<a href="#cosu-whitelisted-applications-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>
|
||||||
@ -1526,19 +1542,21 @@
|
|||||||
</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="" placeholder="[ Application Name / Description ]"/>
|
maxlength="100" data-default=""
|
||||||
</td>
|
placeholder="[ Application Name / Description ]"/>
|
||||||
<td data-title="Package Name">
|
</td>
|
||||||
<input type="text" class="form-control grid-input-text" data-child-key="packageName"
|
<td data-title="Package Name">
|
||||||
maxlength="100" data-default="" placeholder="[ Package Name ]"/>
|
<input type="text" class="form-control grid-input-text"
|
||||||
</td>
|
data-child-key="packageName"
|
||||||
<td>
|
maxlength="100" data-default="" placeholder="[ Package Name ]"/>
|
||||||
|
</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">
|
||||||
@ -1548,8 +1566,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,8 @@
|
|||||||
<i class="fw fw-key fw-stack-2x"></i>
|
<i class="fw fw-key fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Passcode Policy
|
Passcode Policy
|
||||||
<span id="passcode-policy-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="passcode-policy-configured" class="has-configured status-icon hidden"><i
|
||||||
|
class="fw fw-ok"></i></span>
|
||||||
<span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
@ -23,9 +24,11 @@
|
|||||||
<i class="fw fw-security fw-stack-2x"></i>
|
<i class="fw fw-security fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Encryption Settings
|
Encryption Settings
|
||||||
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i
|
||||||
|
class="fw fw-ok"></i></span>
|
||||||
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i
|
||||||
|
class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">
|
||||||
<span class="wr-hidden-operations-icon fw-stack">
|
<span class="wr-hidden-operations-icon fw-stack">
|
||||||
@ -60,7 +63,8 @@
|
|||||||
<i class="fw fw-block fw-stack-2x"></i>
|
<i class="fw fw-block fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Applications Restrictions
|
Applications Restrictions
|
||||||
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i
|
||||||
|
class="fw fw-ok"></i></span>
|
||||||
<span id="app-restriction-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="app-restriction-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="app-restriction-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="app-restriction-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
@ -69,8 +73,10 @@
|
|||||||
<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 class="fw fw-ok"></i></span>
|
<span id="cosu-system-update-policy-configured" class="has-configured status-icon hidden"><i
|
||||||
<span id="cosu-system-update-policy-ok" class="has-success 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-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)" class="hide">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('cosu-whitelisted-applications', this)" class="hide">
|
||||||
@ -78,20 +84,24 @@
|
|||||||
<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 class="fw fw-ok"></i></span>
|
<span id="cosu-whitelisted-applications-configured" class="has-configured 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-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 class="fw fw-error"></i></span>
|
<span id="cosu-whitelisted-applications-error" class="has-error status-icon hidden"><i
|
||||||
|
class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-hidden-operations-content col-lg-8">
|
<div class="wr-hidden-operations-content col-lg-8">
|
||||||
<!-- passcode-policy -->
|
<!-- passcode-policy -->
|
||||||
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
||||||
<div class="panel panel-default operation-data" data-operation="passcode-policy" data-operation-code="PASSCODE_POLICY">
|
<div class="panel panel-default operation-data" data-operation="passcode-policy"
|
||||||
|
data-operation-code="PASSCODE_POLICY">
|
||||||
<div id="passcode-policy-heading" class="panel-heading" role="tab">
|
<div id="passcode-policy-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Passcode Policy
|
Passcode Policy
|
||||||
<label id="passcode-policy-lbl" class="wr-input-control switch hidden" data-toggle="collapse" data-target="#passcode-policy-body">
|
<label id="passcode-policy-lbl" class="wr-input-control switch hidden" data-toggle="collapse"
|
||||||
<input type="checkbox" />
|
data-target="#passcode-policy-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
@ -102,7 +112,8 @@
|
|||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</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/>
|
<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>
|
||||||
@ -110,8 +121,11 @@
|
|||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="passcode-policy-allow-simple" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple" checked="checked" disabled/>
|
<input id="passcode-policy-allow-simple" type="checkbox"
|
||||||
<span class="helper" title="Permit the use of repeating, ascending and descending character sequences">
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
|
checked="checked" disabled/>
|
||||||
|
<span class="helper"
|
||||||
|
title="Permit the use of repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -120,7 +134,9 @@
|
|||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric" checked="checked" disabled/>
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
|
checked="checked" disabled/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Require passcode to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
@ -135,7 +151,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-min-length" class="form-control operationDataKeys" data-key="passcodePolicyMinLength" data-default="0" disabled>
|
<select id="passcode-policy-min-length" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMinLength" data-default="0" disabled>
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -157,11 +174,13 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcode-policy-min-complex-chars">
|
<label class="wr-input-label" for="passcode-policy-min-complex-chars">
|
||||||
Minimum number of complex characters
|
Minimum number of complex characters
|
||||||
<span class="helper" title="Minimum number of complex or non-alphanumeric characters allowed in a passcode">
|
<span class="helper"
|
||||||
|
title="Minimum number of complex or non-alphanumeric characters allowed in a passcode">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys" data-key="passcodePolicyMinComplexChars" data-default="0" disabled>
|
<select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMinComplexChars" data-default="0" disabled>
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -182,7 +201,9 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text" class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays" maxlength="3" placeholder="[ Requires Number Input ]" disabled>
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
|
maxlength="3" placeholder="[ Requires Number Input ]" disabled>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -194,17 +215,21 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys" data-key="passcodePolicyPasscodeHistory" maxlength="2" placeholder="[ Requires Number Input ]" disabled>
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
|
placeholder="[ Requires Number Input ]" disabled>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper" title="Maximum number of passcode entry attempts allowed before all data on a device will be erased">
|
<span class="helper"
|
||||||
|
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys" data-key="passcodePolicyMaxFailedAttempts" data-default="0" disabled>
|
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMaxFailedAttempts" data-default="0" disabled>
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -241,7 +266,8 @@
|
|||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</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/>
|
<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>
|
||||||
@ -251,7 +277,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="camera-enabled" type="checkbox" class="operationDataKeys" data-key="cameraEnabled"
|
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
|
||||||
|
data-key="cameraEnabled"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<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.">
|
||||||
@ -659,7 +686,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<b>
|
<b>
|
||||||
Bellow restrictions will be applied on devices with Android version 6.0 Marshmallow onwards only.
|
Bellow restrictions will be applied on devices with Android version 6.0 Marshmallow onwards
|
||||||
|
only.
|
||||||
</b>
|
</b>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -680,23 +708,28 @@
|
|||||||
|
|
||||||
<!-- encrypt-storage -->
|
<!-- encrypt-storage -->
|
||||||
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
||||||
<div class="panel panel-default operation-data" data-operation="encrypt-storage" data-operation-code="ENCRYPT_STORAGE">
|
<div class="panel panel-default operation-data" data-operation="encrypt-storage"
|
||||||
|
data-operation-code="ENCRYPT_STORAGE">
|
||||||
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Encryption Settings
|
Encryption Settings
|
||||||
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#encrypt-storage-body">
|
<label class="wr-input-control switch hidden" data-toggle="collapse"
|
||||||
<input type="checkbox" />
|
data-target="#encrypt-storage-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
</h2>
|
</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
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
and
|
||||||
|
make it readable when the passcode is entered. Once this configuration profile is installed on a
|
||||||
|
device,
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</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/>
|
<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>
|
||||||
@ -706,8 +739,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys" data-key="encryptStorageEnabled" checked="checked" disabled/>
|
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys"
|
||||||
<span class="helper" title="Having this checked would enable Storage-encryption in the device">
|
data-key="encryptStorageEnabled" checked="checked" disabled/>
|
||||||
|
<span class="helper"
|
||||||
|
title="Having this checked would enable Storage-encryption in the device">
|
||||||
Enable storage-encryption
|
Enable storage-encryption
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -726,7 +761,7 @@
|
|||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Wi-Fi Settings
|
Wi-Fi Settings
|
||||||
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#wifi-body">
|
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#wifi-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>
|
||||||
@ -737,7 +772,8 @@
|
|||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</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/>
|
<hr/>
|
||||||
<!--<div class="cloneable">-->
|
<!--<div class="cloneable">-->
|
||||||
<!--<a href="#" class="multi-view add enabled">-->
|
<!--<a href="#" class="multi-view add enabled">-->
|
||||||
@ -770,7 +806,8 @@
|
|||||||
<br>
|
<br>
|
||||||
( should be 1-to-30 characters long )
|
( should be 1-to-30 characters long )
|
||||||
</label>
|
</label>
|
||||||
<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID" maxlength="100" placeholder="[ Required field ]" disabled/>
|
<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID"
|
||||||
|
maxlength="100" placeholder="[ Required field ]" disabled/>
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@ -797,7 +834,8 @@
|
|||||||
</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'))" data-key="wifiEAP" disabled>
|
onchange="changeAndroidWifiPolicyEAP(this, document.getElementById('wifi-type'))"
|
||||||
|
data-key="wifiEAP" disabled>
|
||||||
<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>
|
||||||
@ -829,7 +867,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select class="form-control operationDataKeys" id="wifi-provisioning" data-key="wifiProvisioning" disabled>
|
<select class="form-control operationDataKeys" id="wifi-provisioning"
|
||||||
|
data-key="wifiProvisioning" disabled>
|
||||||
<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>
|
||||||
@ -848,7 +887,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<input id="wifi-identity" type="text" class="form-control operationDataKeys"
|
<input id="wifi-identity" type="text" class="form-control operationDataKeys"
|
||||||
data-key="wifiIdentity"
|
data-key="wifiIdentity"
|
||||||
maxlength="100" placeholder="[ Should be 1-to-30 characters long ]" disabled />
|
maxlength="100" placeholder="[ Should be 1-to-30 characters long ]" disabled/>
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@ -881,12 +920,14 @@
|
|||||||
<!-- /wi-fi -->
|
<!-- /wi-fi -->
|
||||||
<!--app-restriction-->
|
<!--app-restriction-->
|
||||||
<div class="wr-hidden-operation" data-operation="app-restriction">
|
<div class="wr-hidden-operation" data-operation="app-restriction">
|
||||||
<div class="panel panel-default operation-data" data-operation="app-restriction" data-operation-code="APP-RESTRICTION">
|
<div class="panel panel-default operation-data" data-operation="app-restriction"
|
||||||
|
data-operation-code="APP-RESTRICTION">
|
||||||
<div id="app-restriction-heading" class="panel-heading" role="tab">
|
<div id="app-restriction-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Application Restriction Settings
|
Application Restriction Settings
|
||||||
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#app-restriction-body">
|
<label class="wr-input-control switch hidden" data-toggle="collapse"
|
||||||
<input type="checkbox" />
|
data-target="#app-restriction-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
@ -895,13 +936,15 @@
|
|||||||
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>
|
||||||
</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/>
|
<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>
|
||||||
|
|
||||||
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType" disabled>
|
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType"
|
||||||
|
disabled>
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -917,7 +960,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add hidden" data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add hidden"
|
||||||
|
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>
|
||||||
@ -925,7 +969,9 @@
|
|||||||
|
|
||||||
Add Application
|
Add Application
|
||||||
</a>
|
</a>
|
||||||
<div id="restricted-applications" class="operationDataKeys grouped-array-input multi-column-key-value-pair-array" data-key="restrictedApplications" data-column-count="2">
|
<div id="restricted-applications"
|
||||||
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
||||||
|
data-key="restrictedApplications" data-column-count="2">
|
||||||
<table class="table table-responsive table-striped">
|
<table class="table table-responsive table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -950,14 +996,18 @@
|
|||||||
<span class="index"></span>
|
<span class="index"></span>
|
||||||
</td>
|
</td>
|
||||||
<td data-title="App Name">
|
<td data-title="App Name">
|
||||||
<input type="text" class="form-control grid-input-text" data-child-key="appName" maxlength="100" data-default="" placeholder="[ Gmail ]" disabled/>
|
<input type="text" class="form-control grid-input-text" data-child-key="appName"
|
||||||
|
maxlength="100" data-default="" placeholder="[ Gmail ]" disabled/>
|
||||||
</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" maxlength="100" data-default="" placeholder="[ com.google.android.gm ]" disabled/>
|
<input type="text" class="form-control grid-input-text"
|
||||||
|
data-child-key="packageName" maxlength="100" data-default=""
|
||||||
|
placeholder="[ com.google.android.gm ]" disabled/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="list-group-item-actions hidden">
|
<span class="list-group-item-actions hidden">
|
||||||
<a href="#restricted-applications-grid" class="grid-input-remove" data-click-event="remove-form">
|
<a href="#restricted-applications-grid" class="grid-input-remove"
|
||||||
|
data-click-event="remove-form">
|
||||||
<span class="fw-stack helper" title="Remove Entry">
|
<span class="fw-stack helper" title="Remove Entry">
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
<i class="fw fw-delete fw-stack-1x"></i>
|
<i class="fw fw-delete fw-stack-1x"></i>
|
||||||
@ -982,7 +1032,7 @@
|
|||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
VPN Settings
|
VPN Settings
|
||||||
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#vpn-body">
|
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#vpn-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>
|
||||||
@ -993,7 +1043,8 @@
|
|||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</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/>
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
@ -1008,7 +1059,9 @@
|
|||||||
<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="vpn-server-address" type="text" class="form-control operationDataKeys" data-key="serverAddress" maxlength="200" placeholder="[ Should be a valid hostname ]" disabled/>
|
<input id="vpn-server-address" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="serverAddress" maxlength="200" placeholder="[ Should be a valid hostname ]"
|
||||||
|
disabled/>
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@ -1017,7 +1070,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<input id="vpn-server-port" type="text" class="form-control operationDataKeys" data-key="serverPort" maxlength="100" placeholder="[ Optional field ]" disabled/>
|
<input id="vpn-server-port" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="serverPort" maxlength="100" placeholder="[ Optional field ]" disabled/>
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@ -1026,7 +1080,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<input id="vpn-shared-secret" type="password" class="form-control operationDataKeys" data-key="sharedSecret" maxlength="100" placeholder="[ Optional field ]" disabled/>
|
<input id="vpn-shared-secret" type="password" class="form-control operationDataKeys"
|
||||||
|
data-key="sharedSecret" maxlength="100" placeholder="[ Optional field ]" disabled/>
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@ -1035,7 +1090,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<input id="vpn-dns" type="text" class="form-control operationDataKeys" data-key="dnsServer" maxlength="100" placeholder="[ Optional field ]" disabled/>
|
<input id="vpn-dns" type="text" class="form-control operationDataKeys" data-key="dnsServer"
|
||||||
|
maxlength="100" placeholder="[ Optional field ]" disabled/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1151,21 +1207,25 @@
|
|||||||
|
|
||||||
<!--Work-profile-->
|
<!--Work-profile-->
|
||||||
<div class="wr-hidden-operation" data-operation="work-profile">
|
<div class="wr-hidden-operation" data-operation="work-profile">
|
||||||
<div class="panel panel-default operation-data" data-operation="work-profile" data-operation-code="WORK_PROFILE">
|
<div class="panel panel-default operation-data" data-operation="work-profile"
|
||||||
|
data-operation-code="WORK_PROFILE">
|
||||||
<div id="work-profile-policy-heading" class="panel-heading" role="tab">
|
<div id="work-profile-policy-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Work-Profile Configurations
|
Work-Profile Configurations
|
||||||
<label id="work-profile-policy-lbl" class="wr-input-control switch hidden" data-toggle="collapse" data-target="#work-profile-policy-body">
|
<label id="work-profile-policy-lbl" class="wr-input-control switch hidden"
|
||||||
<input type="checkbox" />
|
data-toggle="collapse" data-target="#work-profile-policy-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
The configurations below can be applied to the devices where the agent is running in Android Work-Profile.
|
The configurations below can be applied to the devices where the agent is running in Android
|
||||||
|
Work-Profile.
|
||||||
</div>
|
</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/>
|
<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>
|
||||||
@ -1188,7 +1248,8 @@
|
|||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
</label>
|
</label>
|
||||||
<input id="work-profile-policy-profile-name" type="text" class="form-control operationDataKeys" data-key="workProfilePolicyProfileName" maxlength="20" disabled>
|
<input id="work-profile-policy-profile-name" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="workProfilePolicyProfileName" maxlength="20" disabled>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="work-profile-policy-enable-system-apps">
|
<label class="wr-input-label" for="work-profile-policy-enable-system-apps">
|
||||||
@ -1197,9 +1258,12 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps, com.google.android.calculator )
|
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||||
|
com.google.android.calculator )
|
||||||
</label>
|
</label>
|
||||||
<textarea id="workProfilePolicyEnableSystemApps" type ="text" class="form-control operationDataKeys" rows="4" data-key="workProfilePolicyEnableSystemApps" disabled></textarea>
|
<textarea id="workProfilePolicyEnableSystemApps" type="text"
|
||||||
|
class="form-control operationDataKeys" rows="4"
|
||||||
|
data-key="workProfilePolicyEnableSystemApps" disabled></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="work-profile-policy-hide-system-apps">
|
<label class="wr-input-label" for="work-profile-policy-hide-system-apps">
|
||||||
@ -1208,9 +1272,12 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps, com.google.android.calculator )
|
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||||
|
com.google.android.calculator )
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-hide-system-apps" class="form-control operationDataKeys" rows="4" data-key="workProfilePolicyHideSystemApps" placeholder="" disabled></textarea>
|
<textarea id="work-profile-policy-hide-system-apps" class="form-control operationDataKeys"
|
||||||
|
rows="4" data-key="workProfilePolicyHideSystemApps" placeholder=""
|
||||||
|
disabled></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="work-profile-policy-unhide-system-apps">
|
<label class="wr-input-label" for="work-profile-policy-unhide-system-apps">
|
||||||
@ -1219,20 +1286,27 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps, com.google.android.calculator )
|
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||||
|
com.google.android.calculator )
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-unhide-system-apps" class="form-control operationDataKeys" rows="4" data-key="workProfilePolicyUnhideSystemApps" placeholder="" disabled></textarea>
|
<textarea id="work-profile-policy-unhide-system-apps" class="form-control operationDataKeys"
|
||||||
|
rows="4" data-key="workProfilePolicyUnhideSystemApps" placeholder=""
|
||||||
|
disabled></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcode-policy-max-passcode-age-in-days">
|
<label class="wr-input-label" for="passcode-policy-max-passcode-age-in-days">
|
||||||
Enable Google Play Store Apps
|
Enable Google Play Store Apps
|
||||||
<span class="helper" title="The set of apps needed to be installed from Google Playstore to work-profile">
|
<span class="helper"
|
||||||
|
title="The set of apps needed to be installed from Google Playstore to work-profile">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps, com.google.android.calculator )
|
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||||
|
com.google.android.calculator )
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-install-playstore-apps" class="form-control operationDataKeys" rows="4" data-key="workProfilePolicyEnablePlaystoreApps" placeholder="" disabled></textarea>
|
<textarea id="work-profile-policy-install-playstore-apps" class="form-control operationDataKeys"
|
||||||
|
rows="4" data-key="workProfilePolicyEnablePlaystoreApps" placeholder=""
|
||||||
|
disabled></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1244,7 +1318,8 @@
|
|||||||
<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)
|
||||||
<label id="cosu-system-update-policy-lbl" class="wr-input-control switch hidden" data-toggle="collapse"
|
<label id="cosu-system-update-policy-lbl" class="wr-input-control switch hidden"
|
||||||
|
data-toggle="collapse"
|
||||||
data-target="#cosu-system-update-policy-body">
|
data-target="#cosu-system-update-policy-body">
|
||||||
<input type="checkbox"/>
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
@ -1261,7 +1336,8 @@
|
|||||||
</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">
|
||||||
<div id="cosu-system-update-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cosu-system-update-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>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -1275,24 +1351,33 @@
|
|||||||
<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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" checked disabled/>
|
value="automatic"
|
||||||
<span class="helper" title="Installs system update automatically as soon as one is available">
|
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"
|
||||||
|
checked disabled/>
|
||||||
|
<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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" disabled/>
|
value="postpone"
|
||||||
<span class="helper" title="Incoming system update will be blocked for a maximum of 30 days">
|
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"
|
||||||
|
disabled/>
|
||||||
|
<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" onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])" disabled/>
|
value="window"
|
||||||
<span class="helper" title="Install system update automatically within a daily maintenance window, for a maximum of 30 days">
|
onclick="slideDownPaneAgainstValueSetForRadioButtons(this, 'cosu-system-update-policy-window-select', ['window'])"
|
||||||
|
disabled/>
|
||||||
|
<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>
|
||||||
@ -1390,7 +1475,8 @@
|
|||||||
<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 hidden" data-toggle="collapse"
|
<label id="cosu-whitelisted-applications-lbl" class="wr-input-control switch hidden"
|
||||||
|
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>
|
||||||
@ -1398,7 +1484,8 @@
|
|||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to whitelist applications in lock task mode of an Android Device in COSU.
|
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
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
able
|
able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
@ -1408,17 +1495,20 @@
|
|||||||
<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">
|
||||||
|
|
||||||
<div id="cosu-whitelisted-applications-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cosu-whitelisted-applications-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>
|
||||||
<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" 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>
|
||||||
<a href="#cosu-whitelisted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<a href="#cosu-whitelisted-applications-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>
|
||||||
@ -1449,19 +1539,21 @@
|
|||||||
</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="" placeholder="[ Application Name / Description ]" disabled/>
|
maxlength="100" data-default=""
|
||||||
</td>
|
placeholder="[ Application Name / Description ]" disabled/>
|
||||||
<td data-title="Package Name">
|
</td>
|
||||||
<input type="text" class="form-control grid-input-text" data-child-key="packageName"
|
<td data-title="Package Name">
|
||||||
maxlength="100" data-default="" placeholder="[ Package Name ]" disabled/>
|
<input type="text" class="form-control grid-input-text"
|
||||||
</td>
|
data-child-key="packageName"
|
||||||
<td>
|
maxlength="100" data-default="" placeholder="[ Package Name ]" disabled/>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<span class="list-group-item-actions hidden">
|
<span class="list-group-item-actions hidden">
|
||||||
<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">
|
||||||
@ -1471,8 +1563,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,8 @@
|
|||||||
<i class="fw fw-key fw-stack-2x"></i>
|
<i class="fw fw-key fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Passcode Policy
|
Passcode Policy
|
||||||
<span id="passcode-policy-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="passcode-policy-configured" class="has-configured status-icon hidden"><i
|
||||||
|
class="fw fw-ok"></i></span>
|
||||||
<span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="passcode-policy-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="passcode-policy-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
@ -23,9 +24,11 @@
|
|||||||
<i class="fw fw-security fw-stack-2x"></i>
|
<i class="fw fw-security fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Encryption Settings
|
Encryption Settings
|
||||||
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i
|
||||||
|
class="fw fw-ok"></i></span>
|
||||||
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i
|
||||||
|
class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">
|
||||||
<span class="wr-hidden-operations-icon fw-stack">
|
<span class="wr-hidden-operations-icon fw-stack">
|
||||||
@ -37,46 +40,50 @@
|
|||||||
<span id="wifi-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
<span id="wifi-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
</a>
|
</a>
|
||||||
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('install-apps', this)">-->
|
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('install-apps', this)">-->
|
||||||
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
||||||
<!--<i class="fw fw-application fw-stack-2x"></i>-->
|
<!--<i class="fw fw-application fw-stack-2x"></i>-->
|
||||||
<!--</span>-->
|
<!--</span>-->
|
||||||
<!--App Installations-->
|
<!--App Installations-->
|
||||||
<!--</a>-->
|
<!--</a>-->
|
||||||
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('blacklist-apps', this)">-->
|
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('blacklist-apps', this)">-->
|
||||||
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
||||||
<!--<i class="fw fw-block fw-stack-2x"></i>-->
|
<!--<i class="fw fw-block fw-stack-2x"></i>-->
|
||||||
<!--</span>-->
|
<!--</span>-->
|
||||||
<!--App Blacklisting-->
|
<!--App Blacklisting-->
|
||||||
<!--</a>-->
|
<!--</a>-->
|
||||||
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('web-clips', this)">-->
|
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('web-clips', this)">-->
|
||||||
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
||||||
<!--<i class="fw fw-website fw-stack-2x"></i>-->
|
<!--<i class="fw fw-website fw-stack-2x"></i>-->
|
||||||
<!--</span>-->
|
<!--</span>-->
|
||||||
<!--Web clips-->
|
<!--Web clips-->
|
||||||
<!--</a>-->
|
<!--</a>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-hidden-operations-content col-lg-8">
|
<div class="wr-hidden-operations-content col-lg-8">
|
||||||
<!-- passcode-policy -->
|
<!-- passcode-policy -->
|
||||||
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
||||||
<div class="panel panel-default operation-data" data-operation="passcode-policy" data-operation-code="PASSCODE_POLICY">
|
<div class="panel panel-default operation-data" data-operation="passcode-policy"
|
||||||
|
data-operation-code="PASSCODE_POLICY">
|
||||||
<div id="passcode-policy-heading" class="panel-heading" role="tab">
|
<div id="passcode-policy-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Passcode Policy
|
Passcode Policy
|
||||||
<label id="passcode-policy-lbl" class="wr-input-control switch" data-toggle="collapse" data-target="#passcode-policy-body">
|
<label id="passcode-policy-lbl" class="wr-input-control switch" data-toggle="collapse"
|
||||||
<input type="checkbox" />
|
data-target="#passcode-policy-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to set a passcode policy to an 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>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
|
aria-labelledby="passcode-policy-body">
|
||||||
|
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
@ -84,8 +91,11 @@
|
|||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="passcode-policy-allow-simple" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple" checked="checked" />
|
<input id="passcode-policy-allow-simple" type="checkbox"
|
||||||
<span class="helper" title="Permit the use of repeating, ascending and descending character sequences">
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
|
checked="checked"/>
|
||||||
|
<span class="helper"
|
||||||
|
title="Permit the use of repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -94,7 +104,9 @@
|
|||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox" class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric" checked="checked" />
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Require passcode to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
@ -109,7 +121,8 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-min-length" class="form-control operationDataKeys" data-key="passcodePolicyMinLength" data-default="0">
|
<select id="passcode-policy-min-length" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMinLength" data-default="0">
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -131,11 +144,13 @@
|
|||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcode-policy-min-complex-chars">
|
<label class="wr-input-label" for="passcode-policy-min-complex-chars">
|
||||||
Minimum number of complex characters
|
Minimum number of complex characters
|
||||||
<span class="helper" title="Minimum number of complex or non-alphanumeric characters allowed in a passcode">
|
<span class="helper"
|
||||||
|
title="Minimum number of complex or non-alphanumeric characters allowed in a passcode">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys" data-key="passcodePolicyMinComplexChars" data-default="0">
|
<select id="passcode-policy-min-complex-chars" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMinComplexChars" data-default="0">
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -156,7 +171,9 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text" class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays" maxlength="3">
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
|
maxlength="3">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
@ -168,17 +185,20 @@
|
|||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys" data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper" title="Maximum number of passcode entry attempts allowed before all data on a device will be erased">
|
<span class="helper"
|
||||||
|
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys" data-key="passcodePolicyMaxFailedAttempts" data-default="0">
|
<select id="passcode-policy-max-failed-attempts" class="form-control operationDataKeys"
|
||||||
|
data-key="passcodePolicyMaxFailedAttempts" data-default="0">
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
</option>
|
</option>
|
||||||
@ -204,19 +224,22 @@
|
|||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Restrictions on Camera
|
Restrictions on Camera
|
||||||
<label class="wr-input-control switch" data-toggle="collapse" data-target="#camera-body">
|
<label class="wr-input-control switch" data-toggle="collapse" data-target="#camera-body">
|
||||||
<input type="checkbox" />
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to restrict the usage of camera on an Android device together with all the applications using the camera.
|
This configuration can be used to restrict the usage of camera on an Android device together
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
with all the applications using the camera.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
to modify these settings on their devices.
|
to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
|
aria-labelledby="camera-body">
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -225,8 +248,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="camera-enabled" type="checkbox" class="operationDataKeys" data-key="cameraEnabled" checked="checked" />
|
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
|
||||||
<span class="helper" title="Having this checked would enable Usage of phone camera in the device.">
|
data-key="cameraEnabled" checked="checked"/>
|
||||||
|
<span class="helper"
|
||||||
|
title="Having this checked would enable Usage of phone camera in the device.">
|
||||||
Allow use of camera
|
Allow use of camera
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -240,24 +265,29 @@
|
|||||||
|
|
||||||
<!-- encrypt-storage -->
|
<!-- encrypt-storage -->
|
||||||
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
||||||
<div class="panel panel-default operation-data" data-operation="encrypt-storage" data-operation-code="ENCRYPT_STORAGE">
|
<div class="panel panel-default operation-data" data-operation="encrypt-storage"
|
||||||
|
data-operation-code="ENCRYPT_STORAGE">
|
||||||
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Encryption Settings
|
Encryption Settings
|
||||||
<label class="wr-input-control switch" data-toggle="collapse" data-target="#encrypt-storage-body">
|
<label class="wr-input-control switch" data-toggle="collapse"
|
||||||
<input type="checkbox" />
|
data-target="#encrypt-storage-body">
|
||||||
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This configuration can be used to encrypt data on an Android device, when the device is locked and
|
This configuration can be used to encrypt data on an Android device, when the device is
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
locked and
|
||||||
|
make it readable when the passcode is entered. Once this configuration profile is installed
|
||||||
|
on a device,
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
|
aria-labelledby="encrypt-storage-body">
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -266,8 +296,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-control checkbox">
|
<label class="wr-input-control checkbox">
|
||||||
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys" data-key="encryptStorageEnabled" checked="checked" />
|
<input id="encrypt-storage-enabled" type="checkbox" class="operationDataKeys"
|
||||||
<span class="helper" title="Having this checked would enable Storage-encryption in the device">
|
data-key="encryptStorageEnabled" checked="checked"/>
|
||||||
|
<span class="helper"
|
||||||
|
title="Having this checked would enable Storage-encryption in the device">
|
||||||
Enable storage-encryption
|
Enable storage-encryption
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -286,62 +318,66 @@
|
|||||||
<h2 class="sub-title panel-title">
|
<h2 class="sub-title panel-title">
|
||||||
Wi-Fi Settings
|
Wi-Fi Settings
|
||||||
<label class="wr-input-control switch" data-toggle="collapse" data-target="#wifi-body">
|
<label class="wr-input-control switch" data-toggle="collapse" data-target="#wifi-body">
|
||||||
<input type="checkbox" />
|
<input type="checkbox"/>
|
||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
This 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>
|
</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">
|
||||||
<!--<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">-->
|
||||||
<!--<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>-->
|
||||||
<!--</span>-->
|
<!--</span>-->
|
||||||
<!--</a>-->
|
<!--</a>-->
|
||||||
<!--<a href="#" class="multi-view remove disabled">-->
|
<!--<a href="#" class="multi-view remove disabled">-->
|
||||||
<!--<span class="icon fw-stack">-->
|
<!--<span class="icon fw-stack">-->
|
||||||
<!--<i class="fw fw-minus fw-stack-1x"></i>-->
|
<!--<i class="fw fw-minus fw-stack-1x"></i>-->
|
||||||
<!--<i class="fw fw-ring fw-stack-2x"></i>-->
|
<!--<i class="fw fw-ring fw-stack-2x"></i>-->
|
||||||
<!--</span>-->
|
<!--</span>-->
|
||||||
<!--</a>-->
|
<!--</a>-->
|
||||||
<!--Wi-Fi Setting :-->
|
<!--Wi-Fi Setting :-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<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>
|
||||||
<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>
|
||||||
<label id="wifiSsidValidationText" class="wr-input-label hidden">
|
<label id="wifiSsidValidationText" class="wr-input-label hidden">
|
||||||
Service Set Identifier should be 1-to-30 characters long
|
Service Set Identifier should be 1-to-30 characters long
|
||||||
</label>
|
</label>
|
||||||
<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID" maxlength="100" placeholder="[ Should be 1-to-30 characters long ]"/>
|
<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID"
|
||||||
</div>
|
maxlength="100" placeholder="[ Should be 1-to-30 characters long ]"/>
|
||||||
<div class="wr-input-control">
|
</div>
|
||||||
<label class="wr-input-label" for="wifi-password">
|
<div class="wr-input-control">
|
||||||
Password
|
<label class="wr-input-label" for="wifi-password">
|
||||||
<span class="helper required" title="Password for the wireless network.">
|
Password
|
||||||
|
<span class="helper required" 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>
|
||||||
<input id="wifi-password" type="password" class="form-control operationDataKeys" data-key="wifiPassword" maxlength="100" />
|
<input id="wifi-password" type="password" class="form-control operationDataKeys"
|
||||||
</div>
|
data-key="wifiPassword" maxlength="100"/>
|
||||||
|
</div>
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -350,108 +386,108 @@
|
|||||||
|
|
||||||
<!-- install-applications -->
|
<!-- install-applications -->
|
||||||
<!--<div class="wr-hidden-operation" data-operation="install-apps">-->
|
<!--<div class="wr-hidden-operation" data-operation="install-apps">-->
|
||||||
<!--<div class="panel panel-default operation-data" data-operation="INSTALL_APPLICATION">-->
|
<!--<div class="panel panel-default operation-data" data-operation="INSTALL_APPLICATION">-->
|
||||||
<!--<div class="panel-heading" role="tab">-->
|
<!--<div class="panel-heading" role="tab">-->
|
||||||
<!--<h2 class="sub-title panel-title">-->
|
<!--<h2 class="sub-title panel-title">-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!-- App Installations-->
|
<!-- App Installations-->
|
||||||
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installApp">-->
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installApp">-->
|
||||||
<!--<input type="checkbox" />-->
|
<!--<input type="checkbox" />-->
|
||||||
<!--<span class="helper"></span>-->
|
<!--<span class="helper"></span>-->
|
||||||
<!--<span class="text"></span>-->
|
<!--<span class="text"></span>-->
|
||||||
<!--</label>-->
|
<!--</label>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--</h2>-->
|
<!--</h2>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<div id="installApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installApp">-->
|
<!--<div id="installApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installApp">-->
|
||||||
<!--<div id="install-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
<!--<div id="install-app-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>-->
|
||||||
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
||||||
|
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<label class="wr-input-control dropdown">-->
|
<!--<label class="wr-input-control dropdown">-->
|
||||||
<!--<span class="helper" title="App Type">App Type<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>-->
|
<!--<span class="helper" title="App Type">App Type<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>-->
|
||||||
<!--<select class="form-control col-sm-8 operationDataKeys appTypesInput" id="type" data-key="type">-->
|
<!--<select class="form-control col-sm-8 operationDataKeys appTypesInput" id="type" data-key="type">-->
|
||||||
<!--<option>Public</option>-->
|
<!--<option>Public</option>-->
|
||||||
<!--<option>Enterprise</option>-->
|
<!--<option>Enterprise</option>-->
|
||||||
<!--</select>-->
|
<!--</select>-->
|
||||||
<!--</label>-->
|
<!--</label>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
||||||
|
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!-- /install-applications -->
|
<!-- /install-applications -->
|
||||||
|
|
||||||
<!-- /uninstall-applications -->
|
<!-- /uninstall-applications -->
|
||||||
<!--<div class="wr-hidden-operation" data-operation="uninstall-apps">-->
|
<!--<div class="wr-hidden-operation" data-operation="uninstall-apps">-->
|
||||||
<!--<div class="panel panel-default operation-data" data-operation="UNINSTALL_APPLICATION">-->
|
<!--<div class="panel panel-default operation-data" data-operation="UNINSTALL_APPLICATION">-->
|
||||||
<!--<div class="panel-heading" role="tab">-->
|
<!--<div class="panel-heading" role="tab">-->
|
||||||
<!--<h2 class="sub-title panel-title">-->
|
<!--<h2 class="sub-title panel-title">-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!-- App Uninstallations-->
|
<!-- App Uninstallations-->
|
||||||
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#uninstallApp">-->
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#uninstallApp">-->
|
||||||
<!--<input type="checkbox" />-->
|
<!--<input type="checkbox" />-->
|
||||||
<!--<span class="helper"></span>-->
|
<!--<span class="helper"></span>-->
|
||||||
<!--<span class="text"></span>-->
|
<!--<span class="text"></span>-->
|
||||||
<!--</label>-->
|
<!--</label>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--</h2>-->
|
<!--</h2>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<div id="uninstallApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="uninstallApp">-->
|
<!--<div id="uninstallApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="uninstallApp">-->
|
||||||
<!--<div id="uninstall-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
<!--<div id="uninstall-app-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>-->
|
||||||
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
||||||
<!--<!--span>Identification of the wireless network to connect to</span-->
|
<!--<!--span>Identification of the wireless network to connect to</span-->
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!-- /uninstall-applications -->
|
<!-- /uninstall-applications -->
|
||||||
|
|
||||||
<!-- /web-clips -->
|
<!-- /web-clips -->
|
||||||
<!--<div class="wr-hidden-operation" data-operation="web-clips">-->
|
<!--<div class="wr-hidden-operation" data-operation="web-clips">-->
|
||||||
<!--<div class="panel panel-default operation-data" data-operation="WEBCLIP">-->
|
<!--<div class="panel panel-default operation-data" data-operation="WEBCLIP">-->
|
||||||
<!--<div class="panel-heading" role="tab">-->
|
<!--<div class="panel-heading" role="tab">-->
|
||||||
<!--<h2 class="sub-title panel-title">-->
|
<!--<h2 class="sub-title panel-title">-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!-- Web clips-->
|
<!-- Web clips-->
|
||||||
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installWebClip">-->
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installWebClip">-->
|
||||||
<!--<input type="checkbox" />-->
|
<!--<input type="checkbox" />-->
|
||||||
<!--<span class="helper"></span>-->
|
<!--<span class="helper"></span>-->
|
||||||
<!--<span class="text"></span>-->
|
<!--<span class="text"></span>-->
|
||||||
<!--</label>-->
|
<!--</label>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--<br>-->
|
<!--<br>-->
|
||||||
<!--</h2>-->
|
<!--</h2>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<div id="installWebClip" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installWebClip">-->
|
<!--<div id="installWebClip" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installWebClip">-->
|
||||||
<!--<div id="install-webclip-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
<!--<div id="install-webclip-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>-->
|
||||||
<!--<label class="wr-input-label" title="Title of the web clip">Title<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
<!--<label class="wr-input-label" title="Title of the web clip">Title<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<input type="text" class="form-control operationDataKeys" id="title" data-key="title" placeholder="Enter Title"/>-->
|
<!--<input type="text" class="form-control operationDataKeys" id="title" data-key="title" placeholder="Enter Title"/>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
||||||
<!--<div class="wr-input-control">-->
|
<!--<div class="wr-input-control">-->
|
||||||
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<!-- /web-clips -->
|
<!-- /web-clips -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user