mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #359 from thusithak/master
EMM 2.2.0-Alpha2 theme migration and issue fixes
This commit is contained in:
commit
cc0ae4444d
@ -925,7 +925,10 @@
|
|||||||
<br>
|
<br>
|
||||||
</label>
|
</label>
|
||||||
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
||||||
<option value="black-list" selected="selected">Black List</option>
|
<option value="" selected="selected">
|
||||||
|
None
|
||||||
|
</option>
|
||||||
|
<option value="black-list">Black List</option>
|
||||||
<option value="white-list">White List</option>
|
<option value="white-list">White List</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@ -935,8 +938,9 @@
|
|||||||
<span class="helper" title="Add an application to restrict.">
|
<span class="helper" title="Add an application to restrict.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
</label>
|
||||||
<a href="#restricted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<br/>
|
||||||
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add " data-click-event="add-form">
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-add fw-stack-1x"></i>
|
<i class="fw fw-add fw-stack-1x"></i>
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
@ -944,7 +948,6 @@
|
|||||||
|
|
||||||
Add Application
|
Add Application
|
||||||
</a>
|
</a>
|
||||||
</label>
|
|
||||||
<div id="restricted-applications"
|
<div id="restricted-applications"
|
||||||
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
||||||
data-key="restrictedApplications" data-column-count="2">
|
data-key="restrictedApplications" data-column-count="2">
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
<i class="fw fw-application fw-stack-1x"></i>
|
<i class="fw fw-application fw-stack-1x"></i>
|
||||||
<i class="fw fw-block fw-stack-2x"></i>
|
<i class="fw fw-block fw-stack-2x"></i>
|
||||||
</span>
|
</span>
|
||||||
Applications Restrictions
|
Application Restrictions
|
||||||
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i
|
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i
|
||||||
class="fw fw-ok"></i></span>
|
class="fw fw-ok"></i></span>
|
||||||
<span id="app-restriction-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
<span id="app-restriction-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
||||||
@ -941,6 +941,13 @@
|
|||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label class="wr-input-label" for="app-restriction-type">
|
||||||
|
Select type
|
||||||
|
<span class="helper" title="Select a type to proceed.">
|
||||||
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
|
</span>
|
||||||
|
<br>
|
||||||
|
</label>
|
||||||
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType">
|
||||||
<option value="" selected="selected">
|
<option value="" selected="selected">
|
||||||
None
|
None
|
||||||
@ -951,12 +958,13 @@
|
|||||||
|
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="restricted-applications">
|
<label class="wr-input-label" for="restricted-applications">
|
||||||
Restricted Application List
|
<br><br>Restricted Application List
|
||||||
<span class="helper" title="Add an application to restrict.">
|
<span class="helper" title="Add an application to restrict.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
</label>
|
||||||
<a href="#restricted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
<br/>
|
||||||
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add " data-click-event="add-form">
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-add fw-stack-1x"></i>
|
<i class="fw fw-add fw-stack-1x"></i>
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
@ -964,7 +972,6 @@
|
|||||||
|
|
||||||
Add Application
|
Add Application
|
||||||
</a>
|
</a>
|
||||||
</label>
|
|
||||||
<div id="restricted-applications"
|
<div id="restricted-applications"
|
||||||
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
||||||
data-key="restrictedApplications" data-column-count="2">
|
data-key="restrictedApplications" data-column-count="2">
|
||||||
|
|||||||
@ -911,13 +911,13 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control">
|
||||||
<label class="wr-input-label" for="restricted-applications">
|
<label class="wr-input-label" for="restricted-applications">
|
||||||
Restricted Application List
|
<br><br>Restricted Application List
|
||||||
<span class="helper" title="Add an application to restrict.">
|
<span class="helper" title="Add an application to restrict.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
</label>
|
||||||
<br>
|
<br/>
|
||||||
<a href="#restricted-applications-grid" class="grid-input-add hidden" data-click-event="add-form">
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add hidden" data-click-event="add-form">
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-add fw-stack-1x"></i>
|
<i class="fw fw-add fw-stack-1x"></i>
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
@ -925,7 +925,6 @@
|
|||||||
|
|
||||||
Add Application
|
Add Application
|
||||||
</a>
|
</a>
|
||||||
</label>
|
|
||||||
<div id="restricted-applications" class="operationDataKeys grouped-array-input multi-column-key-value-pair-array" data-key="restrictedApplications" data-column-count="2">
|
<div id="restricted-applications" class="operationDataKeys grouped-array-input multi-column-key-value-pair-array" data-key="restrictedApplications" data-column-count="2">
|
||||||
<table class="table table-responsive table-striped">
|
<table class="table table-responsive table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user