mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #337 from thusithak/master
Theme migration - 2.2.0 alpha defect fixes
This commit is contained in:
commit
059c1a4661
@ -3,10 +3,8 @@
|
|||||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('passcode-policy', this)" class="selected">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('passcode-policy', this)" class="selected">
|
||||||
<span class="wr-hidden-operations-icon fw-stack">
|
<span class="wr-hidden-operations-icon fw-stack">
|
||||||
<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>
|
||||||
@ -24,11 +22,9 @@
|
|||||||
<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
|
<span id="encrypt-storage-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
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
|
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||||
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">
|
||||||
@ -74,8 +70,7 @@
|
|||||||
<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
|
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
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>
|
||||||
@ -95,18 +90,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set a passcode policy to an Android Device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Android Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="passcode-policy-body">
|
aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -250,17 +244,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to restrict certain settings on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to restrict certain settings on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="camera-body">
|
aria-labelledby="camera-body">
|
||||||
|
<hr/>
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -689,18 +683,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to encrypt data on an Android device, when the device is
|
|
||||||
locked and
|
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed
|
|
||||||
on a device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to encrypt data on an Android device, when the device is
|
||||||
|
locked and
|
||||||
|
make it readable when the passcode is entered. Once this configuration profile is installed
|
||||||
|
on a device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="encrypt-storage-body">
|
aria-labelledby="encrypt-storage-body">
|
||||||
|
<hr/>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -735,17 +729,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure Wi-Fi access on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure Wi-Fi access on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="wifi-body">
|
aria-labelledby="wifi-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -899,14 +893,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -1006,17 +999,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure VPN settings on an Android device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be
|
|
||||||
able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure VPN settings on an Android device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be
|
||||||
|
able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="vpn-body">
|
aria-labelledby="vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1188,16 +1181,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
The configurations below can be applied to the devices where the agent is running in Android
|
|
||||||
Work-Profile.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
The configurations below can be applied to the devices where the agent is running in Android
|
||||||
|
Work-Profile.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="work-profile-policy-body">
|
aria-labelledby="work-profile-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="work-profile-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -175,18 +175,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set a passcode policy to an iOS Device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users
|
|
||||||
will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an iOS Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users
|
||||||
|
will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="passcode-policy-body">
|
aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden"
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden"
|
||||||
role="alert">
|
role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
@ -396,17 +395,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configurations can be used to configure VPN settings on an iOS device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not
|
|
||||||
be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configurations can be used to configure VPN settings on an iOS device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not
|
||||||
|
be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="vpn-body">
|
aria-labelledby="vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1200,18 +1199,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to configure add-on VPN software (per-app VPN),
|
|
||||||
and it works only on VPN services of
|
|
||||||
type 'VPN'. Once this configuration profile is installed on a device,
|
|
||||||
corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to configure add-on VPN software (per-app VPN),
|
||||||
|
and it works only on VPN services of
|
||||||
|
type 'VPN'. Once this configuration profile is installed on a device,
|
||||||
|
corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="per-app-vpn-body">
|
aria-labelledby="per-app-vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1319,16 +1318,16 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to configure app-to-per-app VPN mappings.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to configure app-to-per-app VPN mappings.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-to-per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="app-to-per-app-vpn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="app-to-per-app-vpn-body">
|
aria-labelledby="app-to-per-app-vpn-body">
|
||||||
|
<hr/>
|
||||||
Please note that * sign represents required fields of data.
|
Please note that * sign represents required fields of data.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -1418,18 +1417,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to set how devices connect to your wireless network(s),
|
|
||||||
including the necessary authentication
|
|
||||||
information. Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to set how devices connect to your wireless network(s),
|
||||||
|
including the necessary authentication
|
||||||
|
information. Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="wifi-body">
|
aria-labelledby="wifi-body">
|
||||||
|
<hr/>
|
||||||
<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2281,18 +2280,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to define settings for connecting
|
|
||||||
to your POP or IMAP email accounts.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to define settings for connecting
|
||||||
|
to your POP or IMAP email accounts.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="email-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="email-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="email-body">
|
aria-labelledby="email-body">
|
||||||
|
<hr/>
|
||||||
<div id="email-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="email-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2648,19 +2646,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to AirPlay
|
|
||||||
destinations.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to AirPlay
|
||||||
|
destinations.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="airplay-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="airplay-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="airplay-body">
|
aria-labelledby="airplay-body">
|
||||||
|
<hr/>
|
||||||
<div id="airplay-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="airplay-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -2828,15 +2825,14 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr/>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This payload defines web domains that are under an enterprise’s management.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This payload defines web domains that are under an enterprise’s management.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="domain-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="domain-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="domain-body">
|
aria-labelledby="domain-body">
|
||||||
|
<hr/>
|
||||||
<div id="DOMAIN-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="DOMAIN-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>
|
||||||
@ -2990,18 +2986,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to LDAP
|
|
||||||
servers.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to LDAP
|
||||||
|
servers.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="ldap-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="ldap-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="ldap-body">
|
aria-labelledby="ldap-body">
|
||||||
|
<hr/>
|
||||||
<div id="ldap-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="ldap-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3176,18 +3171,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for connecting to CalDAV
|
|
||||||
servers.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for connecting to CalDAV
|
||||||
|
servers.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendar-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="calendar-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="calendar-body">
|
aria-labelledby="calendar-body">
|
||||||
|
<hr/>
|
||||||
<div id="calendar-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="calendar-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3301,17 +3295,16 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to define settings for calendar subscriptions.
|
|
||||||
Once this configuration profile is installed on an iOS device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to define settings for calendar subscriptions.
|
||||||
|
Once this configuration profile is installed on an iOS device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendar-subscription-body" class="panel-collapse panel-body collapse"
|
<div id="calendar-subscription-body" class="panel-collapse panel-body collapse"
|
||||||
role="tabpanel" aria-labelledby="calendar-subscription-body">
|
role="tabpanel" aria-labelledby="calendar-subscription-body">
|
||||||
|
<hr/>
|
||||||
<div id="calendar-subscription-feature-error-msg" class="alert alert-danger hidden"
|
<div id="calendar-subscription-feature-error-msg" class="alert alert-danger hidden"
|
||||||
role="alert">
|
role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
@ -3400,19 +3393,18 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to specify Access Point Names ( APN ).
|
|
||||||
Once this configuration profile is installed on an iOS device, corresponding
|
|
||||||
users will not
|
|
||||||
be able to modify these settings on their devices.
|
|
||||||
<br><br>(This feature is not supported on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to specify Access Point Names ( APN ).
|
||||||
|
Once this configuration profile is installed on an iOS device, corresponding
|
||||||
|
users will not
|
||||||
|
be able to modify these settings on their devices.
|
||||||
|
<br><br>(This feature is not supported on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="apn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="apn-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="apn-body">
|
aria-labelledby="apn-body">
|
||||||
|
<hr/>
|
||||||
<div id="apn-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="apn-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3527,21 +3519,20 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to specify Cellular Network Settings on an iOS
|
|
||||||
device.
|
|
||||||
Cellular settings cannot be installed if an APN setting is already installed and
|
|
||||||
upon successful installation, corresponding users will not be able to modify
|
|
||||||
these
|
|
||||||
settings on their devices.
|
|
||||||
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to specify Cellular Network Settings on an iOS
|
||||||
|
device.
|
||||||
|
Cellular settings cannot be installed if an APN setting is already installed and
|
||||||
|
upon successful installation, corresponding users will not be able to modify
|
||||||
|
these
|
||||||
|
settings on their devices.
|
||||||
|
<br><br>(This feature is supported only on iOS 7.0 and later.)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="cellular-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="cellular-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="cellular-body">
|
aria-labelledby="cellular-body">
|
||||||
|
<hr/>
|
||||||
<div id="cellular-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="cellular-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -3713,18 +3704,17 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
These configurations can be used to restrict apps, device features and
|
|
||||||
media content available on an iOS device. Once this configuration profile is installed
|
|
||||||
on a device, corresponding users will not be able to modify these settings on their
|
|
||||||
devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
These configurations can be used to restrict apps, device features and
|
||||||
|
media content available on an iOS device. Once this configuration profile is installed
|
||||||
|
on a device, corresponding users will not be able to modify these settings on their
|
||||||
|
devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="restrictions-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="restrictions-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="restrictions-body">
|
aria-labelledby="restrictions-body">
|
||||||
|
<hr/>
|
||||||
<div id="restrictions-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="restrictions-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -4768,16 +4758,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of
|
|
||||||
applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of
|
||||||
|
applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||||
aria-labelledby="app-restriction-body">
|
aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden"
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden"
|
||||||
role="alert">
|
role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
|
|||||||
@ -3,8 +3,7 @@
|
|||||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('passcode-policy', this)" class="selected">
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('passcode-policy', this)" class="selected">
|
||||||
<span class="wr-hidden-operations-icon fw-stack">
|
<span class="wr-hidden-operations-icon fw-stack">
|
||||||
<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>
|
||||||
@ -78,16 +77,16 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set a passcode policy to an Windows Device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Windows Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -221,15 +220,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
||||||
|
<hr/>
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -262,15 +261,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to encrypt data on an Windows device, when the device is locked and
|
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to encrypt data on an Windows device, when the device is locked and
|
||||||
|
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
||||||
|
<hr/>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -302,14 +301,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -78,16 +78,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to set a passcode policy to an Windows Device.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to set a passcode policy to an Windows Device.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
<div id="passcode-policy-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="passcode-policy-body">
|
||||||
|
<hr/>
|
||||||
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="passcode-policy-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -221,15 +220,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera.
|
|
||||||
Once this configuration profile is installed on a device, corresponding users will not be able
|
|
||||||
to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to restrict the usage of camera on an Windows device together with all the applications using the camera.
|
||||||
|
Once this configuration profile is installed on a device, corresponding users will not be able
|
||||||
|
to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
<div id="camera-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="camera-body">
|
||||||
|
<hr/>
|
||||||
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="camera-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -262,15 +261,15 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to encrypt data on an Windows device, when the device is locked and
|
|
||||||
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
|
||||||
corresponding users will not be able to modify these settings on their devices.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to encrypt data on an Windows device, when the device is locked and
|
||||||
|
make it readable when the passcode is entered. Once this configuration profile is installed on a device,
|
||||||
|
corresponding users will not be able to modify these settings on their devices.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
<div id="encrypt-storage-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="encrypt-storage-body">
|
||||||
|
<hr/>
|
||||||
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="encrypt-storage-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -303,14 +302,13 @@
|
|||||||
<span class="helper"></span>
|
<span class="helper"></span>
|
||||||
<span class="text"></span>
|
<span class="text"></span>
|
||||||
</label>
|
</label>
|
||||||
<hr>
|
|
||||||
<div class="panel-title-description">
|
|
||||||
This configuration can be used to create a black list or white list of applications.
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel-title-description">
|
||||||
|
This configuration can be used to create a black list or white list of applications.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
||||||
|
<hr/>
|
||||||
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
@base-dark-color: #11375B;
|
@base-dark-color: #11375B;
|
||||||
@base-light-color: #ffffff;
|
@base-light-color: #ffffff;
|
||||||
@base-success-color: #5cb85c;
|
@base-success-color: #5cb85c;
|
||||||
@base-info-color: #009DA7;
|
@base-info-color: #526A84;
|
||||||
@base-warning-color: #f0ad4e;
|
@base-warning-color: #f0ad4e;
|
||||||
@base-danger-color: #d9534f;
|
@base-danger-color: #d9534f;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user