Merge remote-tracking branch 'upstream/master'

revert-dabc3590
Megala 8 years ago
commit 9f75c3a9a9

@ -311,10 +311,10 @@ var InitiateViewOption = null;
$(document).ready(function () { $(document).ready(function () {
$(".device-detail-body").removeClass("hidden"); $(".device-detail-body").removeClass("hidden");
$("#loading-content").remove(); $("#loading-content").remove();
if ($("#tabs").data("status") !== false) { if ($("#tabs").data("status")) {
loadOperationBar(deviceType, ownership, operationBarModeConstants.SINGLE); loadOperationsLog(false);
} }
loadOperationsLog(false); loadOperationBar(deviceType, ownership, operationBarModeConstants.SINGLE);
loadApplicationsList(); loadApplicationsList();
loadPolicyCompliance(); loadPolicyCompliance();

@ -156,17 +156,19 @@
</a> </a>
</li> </li>
{{/if}} {{/if}}
<li role="presentation" class="list-group-item"> {{#if deviceView.isNotRemoved}}
<a href="#event_log_tab" role="tab" data-toggle="tab" aria-controls="event_log_tab"> <li role="presentation" class="list-group-item">
<i class="icon fw fw-text"></i><span class="hidden-sm">Operations Log</span> <a href="#event_log_tab" role="tab" data-toggle="tab" aria-controls="event_log_tab">
</a> <i class="icon fw fw-text"></i><span class="hidden-sm">Operations Log</span>
</li> </a>
</li>
{{/if}}
</ul> </ul>
</div> </div>
{{#defineZone "device-detail-properties"}} {{#defineZone "device-detail-properties"}}
<div class="media-body add-padding-left-5x remove-padding-xs"> <div class="media-body add-padding-left-5x remove-padding-xs">
<div class="panel-group tab-content remove-padding" id="tabs" role="tablist" <div class="panel-group tab-content remove-padding" id="tabs" role="tablist"
aria-multiselectable="true"> data-status="{{deviceView.isNotRemoved}}" aria-multiselectable="true">
<div class="arrow-left hidden-xs"></div> <div class="arrow-left hidden-xs"></div>
{{#if deviceView.isNotWindows}} {{#if deviceView.isNotWindows}}
@ -428,7 +430,6 @@
</div> </div>
<div class="panel-heading display-none-xs"> <div class="panel-heading display-none-xs">
Operations Log Operations Log
&nbsp;&nbsp;
<span> <span>
<a href="javascript:void(0);" id="refresh-operations"> <a href="javascript:void(0);" id="refresh-operations">
<i class="fw fw-refresh"></i> <i class="fw fw-refresh"></i>

@ -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,16 +938,16 @@
<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>
</span> </span>
&nbsp; &nbsp;
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,20 +958,20 @@
<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>
</span> </span>
&nbsp; &nbsp;
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 @@
&nbsp; &nbsp;
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…
Cancel
Save