|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
<i class="fw fw-application fw-stack-1x"></i>
|
|
|
|
|
<i class="fw fw-block fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
Applications Restrictions
|
|
|
|
|
Application Restrictions
|
|
|
|
|
<span id="app-restriction-configured" class="has-configured 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>
|
|
|
|
|
</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">
|
|
|
|
|
<option value="" selected="selected">
|
|
|
|
|
None
|
|
|
|
@ -951,20 +958,20 @@
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<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="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="#restricted-applications-grid" class="grid-input-add" data-click-event="add-form">
|
|
|
|
|
</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<a href="#restricted-applications-grid" class="btn btn-secondary grid-input-add " data-click-event="add-form">
|
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
|
<i class="fw fw-add fw-stack-1x"></i>
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
Add Application
|
|
|
|
|
</a>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
Add Application
|
|
|
|
|
</a>
|
|
|
|
|
<div id="restricted-applications"
|
|
|
|
|
class="operationDataKeys grouped-array-input multi-column-key-value-pair-array"
|
|
|
|
|
data-key="restrictedApplications" data-column-count="2">
|
|
|
|
|