mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #854 from milanperera/release-320
Fixed wso2/product-iots#1427
This commit is contained in:
commit
a27f032be2
@ -473,6 +473,24 @@
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<ul class="message message-info">
|
||||
<i class="icon fw fw-info"></i>
|
||||
<a id="policy-listing-status-msg"> Below Restrictions are valid only when the Agent is the
|
||||
<b>device owner</b>.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-SMS-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSMS"/>
|
||||
<span class="helper" title="Users are restricted from sending SMS messages.">
|
||||
Disallow SMS
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-control checkbox">
|
||||
@ -506,24 +524,6 @@
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="message message-info">
|
||||
<i class="icon fw fw-info"></i>
|
||||
<a id="policy-listing-status-msg"> Below Restrictions are valid only when the Agent is the
|
||||
<b>device owner</b>.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-SMS-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSMS"/>
|
||||
<span class="helper" title="Users are restricted from sending SMS messages.">
|
||||
Disallow SMS
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="volume-adjust-enabled" type="checkbox" class="operationDataKeys"
|
||||
|
||||
@ -485,57 +485,15 @@
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control worker-profile-or-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="ensure-verifying-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="ensureVerifyApps"/>
|
||||
<span class="helper" title="Ensure app verification.">
|
||||
Ensure verifying apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control worker-profile-or-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="enable-auto-timing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="enableAutoTime"/>
|
||||
<span class="helper" title="Enables the auto time feature that is in the device's Settings > Date & Time.">
|
||||
Enable auto timing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control worker-profile-or-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableScreenCapture"/>
|
||||
<span class="helper" title="Screen capturing would be disabled.">
|
||||
Disable screen capture
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="device-owner">
|
||||
<ul class="message message-info device-owner">
|
||||
<i class="icon fw fw-info"></i>
|
||||
<a id="policy-listing-status-msg"> Below Restrictions are valid only when the Agent is
|
||||
the
|
||||
<b>device owner</b>.</a>
|
||||
{{#unless isdeviceownerenabled}}
|
||||
<p><i>Please change the configuration <b>'isDeviceOwnerEnabled'</b> to
|
||||
<b>'true'</b> if you have enabled device owner for the agent.</i></p>
|
||||
{{/unless}}
|
||||
</ul>
|
||||
</div>
|
||||
<br/>
|
||||
<div
|
||||
{{#unless isdeviceownerenabled}}
|
||||
class="testing" title="Please change the configuration 'isDeviceOwnerEnabled' to
|
||||
'true' if you have enabled device owner for the agent."
|
||||
{{/unless}}
|
||||
>
|
||||
<div class="wr-input-control device-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-SMS-enabled" type="checkbox" class="operationDataKeys"
|
||||
@ -547,6 +505,38 @@
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control device-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="ensure-verifying-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="ensureVerifyApps"/>
|
||||
<span class="helper" title="Ensure app verification.">
|
||||
Ensure verifying apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control device-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="enable-auto-timing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="enableAutoTime"/>
|
||||
<span class="helper" title="Enables the auto time feature that is in the device's Settings > Date & Time.">
|
||||
Enable auto timing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="wr-input-control device-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableScreenCapture"/>
|
||||
<span class="helper" title="Screen capturing would be disabled.">
|
||||
Disable screen capture
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="wr-input-control device-owner">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="volume-adjust-enabled" type="checkbox" class="operationDataKeys"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user