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>
|
||||
</h2>
|
||||
<div class="panel-title-description">
|
||||
Configure the settings to access mobile applications via the Android Work Profile.
|
||||
</div>
|
||||
Configure these settings to manage the applications in the work profile. </div>
|
||||
</div>
|
||||
<div id="work-profile-policy-body" class="panel-collapse panel-body collapse" role="tabpanel"
|
||||
aria-labelledby="work-profile-policy-body">
|
||||
@ -1354,12 +1353,12 @@
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label" for="work-profile-policy-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>
|
||||
<br>
|
||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||
com.google.android.calculator )
|
||||
(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)
|
||||
</label>
|
||||
<textarea id="workProfilePolicyEnableSystemApps" type="text"
|
||||
class="form-control operationDataKeys" rows="4"
|
||||
@ -1368,12 +1367,12 @@
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label" for="work-profile-policy-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>
|
||||
<br>
|
||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||
com.google.android.calculator )
|
||||
(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)
|
||||
</label>
|
||||
<textarea id="work-profile-policy-hide-system-apps" class="form-control operationDataKeys"
|
||||
rows="4" data-key="workProfilePolicyHideSystemApps" placeholder=""></textarea>
|
||||
@ -1381,12 +1380,11 @@
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label" for="work-profile-policy-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="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
<span class="helper" title=" The system applications that needs to be shown in the work-profile."></span>
|
||||
</span>
|
||||
<br>
|
||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||
com.google.android.calculator )
|
||||
(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)
|
||||
</label>
|
||||
<textarea id="work-profile-policy-unhide-system-apps" class="form-control operationDataKeys"
|
||||
rows="4" data-key="workProfilePolicyUnhideSystemApps" placeholder=""></textarea>
|
||||
@ -1395,12 +1393,12 @@
|
||||
<label class="wr-input-label" for="work-profile-policy-install-playstore-apps">
|
||||
Enable Google Play Store Apps
|
||||
<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>
|
||||
<br>
|
||||
( Should be exact package names seperated by commas. Ex: com.google.android.apps.maps,
|
||||
com.google.android.calculator )
|
||||
(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)
|
||||
</label>
|
||||
<textarea id="work-profile-policy-install-playstore-apps" class="form-control operationDataKeys"
|
||||
rows="4" data-key="workProfilePolicyEnablePlaystoreApps" placeholder=""></textarea>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user