mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Adding information bits to signify when an operation can be carried out
This commit is contained in:
parent
ada26b423d
commit
b00e84db0b
@ -120,7 +120,9 @@
|
||||
<input type="{{this.type}}" id="{{this.id}}"
|
||||
class="checkbox"
|
||||
placeholder="{{this.label}}"
|
||||
data-param-type="form"/>
|
||||
data-param-type="form"
|
||||
data-toggle="tooltip"
|
||||
title="{{this.helper}}"/>
|
||||
{{this.label}}
|
||||
<br/>
|
||||
{{/equal}}
|
||||
|
||||
@ -120,7 +120,9 @@
|
||||
<input type="{{this.type}}" id="{{this.id}}"
|
||||
class="checkbox"
|
||||
placeholder="{{this.label}}"
|
||||
data-param-type="form"/>
|
||||
data-param-type="form"
|
||||
data-toggle="tooltip"
|
||||
title="{{this.helper}}"/>
|
||||
{{this.label}}
|
||||
<br/>
|
||||
{{/equal}}
|
||||
|
||||
@ -508,9 +508,8 @@
|
||||
<div>
|
||||
<ul class="message message-info">
|
||||
<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 applicable when the agent is the
|
||||
<b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
@ -756,8 +756,14 @@
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="">
|
||||
<ul class="message message-info">
|
||||
<i class="icon fw fw-info"></i>
|
||||
<a id="policy-listing-status-msg">Below restrictions will be applicable when the agent is the
|
||||
<b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-set-wallpeper" type="checkbox"
|
||||
|
||||
@ -518,8 +518,8 @@
|
||||
<div class="">
|
||||
<ul class="message message-info">
|
||||
<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 applicable when the agent is the
|
||||
<b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
@ -132,7 +132,8 @@
|
||||
<uiParam optional="true">
|
||||
<type>checkbox</type>
|
||||
<id>hard-lock</id>
|
||||
<label>Hard lock enabled</label>
|
||||
<label>Hard lock enabled (OEM Mode Only)</label>
|
||||
<helper>This feature is only available in OEM Mode.</helper>
|
||||
</uiParam>
|
||||
</uiParams>
|
||||
</params>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user