mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix android policy UI not working
This commit is contained in:
parent
d853a709c7
commit
0822f72919
@ -435,6 +435,7 @@
|
||||
<option value="10">10</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1242,7 +1243,7 @@
|
||||
<div id="global-proxy-heading" class="panel-heading" role="tab">
|
||||
<h2 class="sub-title panel-title">
|
||||
Global Proxy Settings
|
||||
<label class="wr-input-control switch" data-toggle="collapse" data-target="#global-proxy-body">
|
||||
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#global-proxy-body">
|
||||
<input type="checkbox"/>
|
||||
<span class="helper"></span>
|
||||
<span class="text"></span>
|
||||
@ -2417,7 +2418,8 @@
|
||||
<div id="always-on-vpn-heading" class="panel-heading" role="tab">
|
||||
<h2 class="sub-title panel-title">
|
||||
Always On VPN Settings
|
||||
<label class="wr-input-control switch" data-toggle="collapse" data-target="#always-on-vpn-body">
|
||||
<label class="wr-input-control switch hidden" data-toggle="collapse"
|
||||
data-target="#always-on-vpn-body">
|
||||
<input type="checkbox"/>
|
||||
<span class="helper"></span>
|
||||
<span class="text"></span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user