mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
removing non-compliance action.
This commit is contained in:
parent
c2d5df9cd4
commit
88054f9075
@ -196,11 +196,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<br>
|
<!--<br>-->
|
||||||
<label class="wr-input-label" title="">
|
<label class="wr-input-label" title="" style="display: none;">
|
||||||
Set an action upon non-compliance
|
Set an action upon non-compliance
|
||||||
</label>
|
</label>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control" style="display: none;">
|
||||||
<div class="cus-col-50">
|
<div class="cus-col-50">
|
||||||
<!--suppress HtmlFormInputWithoutLabel -->
|
<!--suppress HtmlFormInputWithoutLabel -->
|
||||||
<select id="action-input" class="form-control">
|
<select id="action-input" class="form-control">
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<option data-action="monitor">Monitor</option>
|
<option data-action="monitor">Monitor</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<br class="c-both"/>
|
<!--<br class="c-both"/>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control wr-btn-grp">
|
<div class="wr-input-control wr-btn-grp">
|
||||||
|
|||||||
@ -192,10 +192,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<label class="wr-input-label" title="">
|
<label class="wr-input-label" title="" style="display: none;">
|
||||||
Set an action upon non-compliance
|
Set an action upon non-compliance
|
||||||
</label>
|
</label>
|
||||||
<div class="wr-input-control">
|
<div class="wr-input-control" style="display: none;">
|
||||||
<div class="cus-col-50">
|
<div class="cus-col-50">
|
||||||
<select id="action-input" class="form-control">
|
<select id="action-input" class="form-control">
|
||||||
<option value="enforce" data-action="enforce" selected>Enforce</option>
|
<option value="enforce" data-action="enforce" selected>Enforce</option>
|
||||||
@ -203,7 +203,7 @@
|
|||||||
<option value="monitor" data-action="monitor">Monitor</option>
|
<option value="monitor" data-action="monitor">Monitor</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<br class="c-both"/>
|
<!--<br class="c-both"/>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wr-input-control wr-btn-grp">
|
<div class="wr-input-control wr-btn-grp">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user