mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixes issue wso2/product-iots#990
This commit is contained in:
parent
80529706be
commit
01381d1254
@ -1320,8 +1320,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="panel-title-description">
|
<div class="panel-title-description">
|
||||||
Configure the settings to access mobile applications via the Android Work Profile.
|
Configure these settings to manage the applications in the work profile. </div>
|
||||||
</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">
|
||||||
@ -1354,11 +1353,11 @@
|
|||||||
<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">
|
||||||
Enable System Apps
|
Enable System Apps
|
||||||
<span class="helper" title="The set of system apps needed to be added to the work-profile">
|
<span class="helper" title="The system applications that needs to enabled in the 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,
|
(Provide the exact package name. Multiple package names can be provided as comma separated values. Ex: com.google.android.apps.maps,
|
||||||
com.google.android.calculator)
|
com.google.android.calculator)
|
||||||
</label>
|
</label>
|
||||||
<textarea id="workProfilePolicyEnableSystemApps" type="text"
|
<textarea id="workProfilePolicyEnableSystemApps" type="text"
|
||||||
@ -1368,11 +1367,11 @@
|
|||||||
<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">
|
||||||
Hide System Apps
|
Hide System Apps
|
||||||
<span class="helper" title="The set of system apps needed to be hide in the work-profile">
|
<span class="helper" title="The system applications that needs to be hidden in the 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,
|
(Provide the exact package name. Multiple package names can be provided as comma separated values. Ex: com.google.android.apps.maps,
|
||||||
com.google.android.calculator)
|
com.google.android.calculator)
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-hide-system-apps" class="form-control operationDataKeys"
|
<textarea id="work-profile-policy-hide-system-apps" class="form-control operationDataKeys"
|
||||||
@ -1381,11 +1380,10 @@
|
|||||||
<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">
|
||||||
Unhide System Apps
|
Unhide System Apps
|
||||||
<span class="helper" title="The set of system apps needed to be unhide in the work-profile">
|
<span class="helper" title=" The system applications that needs to be shown in the work-profile."></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,
|
(Provide the exact package name. Multiple package names can be provided as comma separated values. Ex: com.google.android.apps.maps,
|
||||||
com.google.android.calculator)
|
com.google.android.calculator)
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-unhide-system-apps" class="form-control operationDataKeys"
|
<textarea id="work-profile-policy-unhide-system-apps" class="form-control operationDataKeys"
|
||||||
@ -1395,11 +1393,11 @@
|
|||||||
<label class="wr-input-label" for="work-profile-policy-install-playstore-apps">
|
<label class="wr-input-label" for="work-profile-policy-install-playstore-apps">
|
||||||
Enable Google Play Store Apps
|
Enable Google Play Store Apps
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The set of apps needed to be installed from Google Playstore to work-profile">
|
title="The applications that needs to be downloaded and installed from Google play store to the 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,
|
(Provide the exact package name. Multiple package names can be provided as comma separated values. Ex: com.google.android.apps.maps,
|
||||||
com.google.android.calculator)
|
com.google.android.calculator)
|
||||||
</label>
|
</label>
|
||||||
<textarea id="work-profile-policy-install-playstore-apps" class="form-control operationDataKeys"
|
<textarea id="work-profile-policy-install-playstore-apps" class="form-control operationDataKeys"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user