|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('passcode-policy', this)" class="selected">
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-key fw-stack-2x"></i>
|
|
|
|
@ -27,6 +27,16 @@
|
|
|
|
|
<span id="encrypt-storage-ok" class="has-success status-icon hidden"><i class="fw fw-ok"></i></span>
|
|
|
|
|
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i class="fw fw-error"></i></span>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="javascript:void(0)" onclick="showAdvanceOperation('app-restriction', this)">
|
|
|
|
|
<span class="fw-stack fw-lg">
|
|
|
|
|
<i class="fw fw-application fw-stack-1x"></i>
|
|
|
|
|
<i class="fw fw-block fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
Applications 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>
|
|
|
|
|
<span id="app-restriction-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
|
|
|
|
</a>
|
|
|
|
|
<!--<a href="javascript:void(0)" onclick="showAdvanceOperation('wifi', this)">-->
|
|
|
|
|
<!--<span class="wr-hidden-operations-icon fw-stack">-->
|
|
|
|
|
<!--<i class="fw fw-wifi fw-stack-2x"></i>-->
|
|
|
|
@ -54,11 +64,11 @@
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--Web clips-->
|
|
|
|
|
<!--</a>-->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8">
|
|
|
|
|
<!-- passcode-policy -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8">
|
|
|
|
|
<!-- passcode-policy -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="passcode-policy" style="display: block">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="passcode-policy" data-operation-code="PASSCODE_POLICY">
|
|
|
|
|
<div id="passcode-policy-heading" class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
@ -197,11 +207,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /passcode-policy -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /passcode-policy -->
|
|
|
|
|
|
|
|
|
|
<!-- camera -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="camera">
|
|
|
|
|
<!-- camera -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="camera">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="camera" data-operation-code="CAMERA">
|
|
|
|
|
<div id="camera-heading" class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
@ -238,11 +248,11 @@
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /camera -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /camera -->
|
|
|
|
|
|
|
|
|
|
<!-- encrypt-storage -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
|
|
|
|
<!-- encrypt-storage -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="encrypt-storage">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="encrypt-storage" data-operation-code="ENCRYPT_STORAGE">
|
|
|
|
|
<div id="encrypt-storage-heading" class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
@ -279,182 +289,280 @@
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /encrypt-storage -->
|
|
|
|
|
|
|
|
|
|
<!--app-restriction-->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="app-restriction">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="app-restriction" data-operation-code="APP-RESTRICTION">
|
|
|
|
|
<div id="app-restriction-heading" class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
Application Restriction Settings
|
|
|
|
|
<label class="wr-input-control switch hidden" data-toggle="collapse" data-target="#app-restriction-body">
|
|
|
|
|
<input type="checkbox" />
|
|
|
|
|
<span class="helper"></span>
|
|
|
|
|
<span class="text"></span>
|
|
|
|
|
</label>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="panel-title-description">
|
|
|
|
|
This configuration can be used to create a black list or white list of applications.
|
|
|
|
|
</div>
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /encrypt-storage -->
|
|
|
|
|
<div id="app-restriction-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="app-restriction-body">
|
|
|
|
|
|
|
|
|
|
<!-- wi-fi -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="wifi">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="wifi" data-operation-code="WIFI">-->
|
|
|
|
|
<!--<div id="wifi-heading" class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--Wi-Fi Settings-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#wifi-body">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<hr>-->
|
|
|
|
|
<!--<div class="panel-title-description">-->
|
|
|
|
|
<!--This configurations can be used to configure Wi-Fi access on an Android device.-->
|
|
|
|
|
<!--Once this configuration profile is installed on a device, corresponding users will not be able-->
|
|
|
|
|
<!--to modify these settings on their devices.-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="wifi-body">-->
|
|
|
|
|
<!--<!–<div class="cloneable">–>-->
|
|
|
|
|
<!--<!–<a href="#" class="multi-view add enabled">–>-->
|
|
|
|
|
<!--<!–<span class="icon fw-stack">–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-add fw-stack-1x"></i>–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-ring fw-stack-2x"></i>–>-->
|
|
|
|
|
<!--<!–</span>–>-->
|
|
|
|
|
<!--<!–</a>–>-->
|
|
|
|
|
<!--<!–<a href="#" class="multi-view remove disabled">–>-->
|
|
|
|
|
<!--<!–<span class="icon fw-stack">–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-minus fw-stack-1x"></i>–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-ring fw-stack-2x"></i>–>-->
|
|
|
|
|
<!--<!–</span>–>-->
|
|
|
|
|
<!--<!–</a>–>-->
|
|
|
|
|
<!--<!–Wi-Fi Setting :–>-->
|
|
|
|
|
<!--<!–<br>–>-->
|
|
|
|
|
<!--<!–<br>–>-->
|
|
|
|
|
<!--Please note that * sign represents required fields of data.-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-label" for="wifi-ssid">-->
|
|
|
|
|
<!--Service Set Identifier (SSID) *-->
|
|
|
|
|
<!--<span class="helper" title="Identification of the wireless network to be configured.">-->
|
|
|
|
|
<!--<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>-->
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--( should be 1-to-30 characters long )-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID" maxlength="100" placeholder="[ Required field ]"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-label" for="wifi-password">-->
|
|
|
|
|
<!--Password-->
|
|
|
|
|
<!--<span class="helper" title="Password for the wireless network.">-->
|
|
|
|
|
<!--<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>-->
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<input id="wifi-password" type="text" class="form-control operationDataKeys" data-key="wifiPassword" maxlength="100" placeholder="[ Optional field ]"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<!–</div>–>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /wi-fi -->
|
|
|
|
|
<div id="app-restriction-feature-error-msg" class="alert alert-danger hidden" role="alert">
|
|
|
|
|
<i class="icon fw fw-error"></i><span></span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- install-applications -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="install-apps">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="INSTALL_APPLICATION">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- App Installations-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installApp">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="installApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installApp">-->
|
|
|
|
|
<!--<div id="install-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<select id="app-restriction-type" class="form-control operationDataKeys" data-key="restrictionType" disabled>
|
|
|
|
|
<option value="" selected="selected">
|
|
|
|
|
None
|
|
|
|
|
</option>
|
|
|
|
|
<option value="black-list">Black List</option>
|
|
|
|
|
<option value="white-list">White List</option>
|
|
|
|
|
</select>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-label" for="restricted-applications">
|
|
|
|
|
Restricted Application List
|
|
|
|
|
<span class="helper" title="Add an application to restrict.">
|
|
|
|
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="#restricted-applications-grid" class="grid-input-add hidden" 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>
|
|
|
|
|
<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">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>No:</th>
|
|
|
|
|
<th>Application Name/Description</th>
|
|
|
|
|
<th>Package Name</th>
|
|
|
|
|
<th></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody data-add-form-container="#restricted-applications-grid">
|
|
|
|
|
<tr data-help-text="add-form">
|
|
|
|
|
<td colspan="4">
|
|
|
|
|
No entries added yet .
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table class="template hidden">
|
|
|
|
|
<tbody data-add-form="#restricted-applications-grid">
|
|
|
|
|
<tr data-add-form-element="clone">
|
|
|
|
|
<td data-title="No:">
|
|
|
|
|
<span class="index"></span>
|
|
|
|
|
</td>
|
|
|
|
|
<td data-title="App Name">
|
|
|
|
|
<input type="text" class="form-control grid-input-text" data-child-key="appName" maxlength="100" data-default="" placeholder="[ Application Name or Description ]" disabled/>
|
|
|
|
|
</td>
|
|
|
|
|
<td data-title="Package Name">
|
|
|
|
|
<input type="text" class="form-control grid-input-text" data-child-key="packageName" maxlength="100" data-default="" placeholder="[ Package Name of Application ]" disabled/>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<span class="list-group-item-actions hidden">
|
|
|
|
|
<a href="#restricted-applications-grid" class="grid-input-remove" data-click-event="remove-form">
|
|
|
|
|
<span class="fw-stack helper" title="Remove Entry">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-delete fw-stack-1x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--/app-restriction-->
|
|
|
|
|
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-control dropdown">-->
|
|
|
|
|
<!--<span class="helper" title="App Type">App Type<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>-->
|
|
|
|
|
<!--<select class="form-control col-sm-8 operationDataKeys appTypesInput" id="type" data-key="type">-->
|
|
|
|
|
<!--<option>Public</option>-->
|
|
|
|
|
<!--<option>Enterprise</option>-->
|
|
|
|
|
<!--</select>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!-- wi-fi -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="wifi">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="wifi" data-operation-code="WIFI">-->
|
|
|
|
|
<!--<div id="wifi-heading" class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--Wi-Fi Settings-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#wifi-body">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<hr>-->
|
|
|
|
|
<!--<div class="panel-title-description">-->
|
|
|
|
|
<!--This configurations can be used to configure Wi-Fi access on an Android device.-->
|
|
|
|
|
<!--Once this configuration profile is installed on a device, corresponding users will not be able-->
|
|
|
|
|
<!--to modify these settings on their devices.-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="wifi-body" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="wifi-body">-->
|
|
|
|
|
<!--<!–<div class="cloneable">–>-->
|
|
|
|
|
<!--<!–<a href="#" class="multi-view add enabled">–>-->
|
|
|
|
|
<!--<!–<span class="icon fw-stack">–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-add fw-stack-1x"></i>–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-ring fw-stack-2x"></i>–>-->
|
|
|
|
|
<!--<!–</span>–>-->
|
|
|
|
|
<!--<!–</a>–>-->
|
|
|
|
|
<!--<!–<a href="#" class="multi-view remove disabled">–>-->
|
|
|
|
|
<!--<!–<span class="icon fw-stack">–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-minus fw-stack-1x"></i>–>-->
|
|
|
|
|
<!--<!–<i class="fw fw-ring fw-stack-2x"></i>–>-->
|
|
|
|
|
<!--<!–</span>–>-->
|
|
|
|
|
<!--<!–</a>–>-->
|
|
|
|
|
<!--<!–Wi-Fi Setting :–>-->
|
|
|
|
|
<!--<!–<br>–>-->
|
|
|
|
|
<!--<!–<br>–>-->
|
|
|
|
|
<!--Please note that * sign represents required fields of data.-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<div id="wifi-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-label" for="wifi-ssid">-->
|
|
|
|
|
<!--Service Set Identifier (SSID) *-->
|
|
|
|
|
<!--<span class="helper" title="Identification of the wireless network to be configured.">-->
|
|
|
|
|
<!--<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>-->
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--( should be 1-to-30 characters long )-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<input id="wifi-ssid" type="text" class="form-control operationDataKeys" data-key="wifiSSID" maxlength="100" placeholder="[ Required field ]"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-label" for="wifi-password">-->
|
|
|
|
|
<!--Password-->
|
|
|
|
|
<!--<span class="helper" title="Password for the wireless network.">-->
|
|
|
|
|
<!--<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>-->
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<input id="wifi-password" type="text" class="form-control operationDataKeys" data-key="wifiPassword" maxlength="100" placeholder="[ Optional field ]"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<!–</div>–>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /wi-fi -->
|
|
|
|
|
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /install-applications -->
|
|
|
|
|
<!-- install-applications -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="install-apps">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="INSTALL_APPLICATION">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- App Installations-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installApp">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="installApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installApp">-->
|
|
|
|
|
<!--<div id="install-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
|
|
|
|
|
<!-- /uninstall-applications -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="uninstall-apps">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="UNINSTALL_APPLICATION">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- App Uninstallations-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#uninstallApp">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="uninstallApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="uninstallApp">-->
|
|
|
|
|
<!--<div id="uninstall-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<!--span>Identification of the wireless network to connect to</span-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /uninstall-applications -->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<label class="wr-input-control dropdown">-->
|
|
|
|
|
<!--<span class="helper" title="App Type">App Type<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>-->
|
|
|
|
|
<!--<select class="form-control col-sm-8 operationDataKeys appTypesInput" id="type" data-key="type">-->
|
|
|
|
|
<!--<option>Public</option>-->
|
|
|
|
|
<!--<option>Enterprise</option>-->
|
|
|
|
|
<!--</select>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
|
|
|
|
|
<!-- /web-clips -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="web-clips">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="WEBCLIP">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- Web clips-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installWebClip">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="installWebClip" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installWebClip">-->
|
|
|
|
|
<!--<div id="install-webclip-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Title of the web clip">Title<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="title" data-key="title" placeholder="Enter Title"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /web-clips -->
|
|
|
|
|
</div>
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /install-applications -->
|
|
|
|
|
|
|
|
|
|
<!-- /uninstall-applications -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="uninstall-apps">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="UNINSTALL_APPLICATION">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- App Uninstallations-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#uninstallApp">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="uninstallApp" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="uninstallApp">-->
|
|
|
|
|
<!--<div id="uninstall-app-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Application Identifier">App Identifier<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<!--span>Identification of the wireless network to connect to</span-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="package-name" data-key="packageName" placeholder="Enter App Identifier"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /uninstall-applications -->
|
|
|
|
|
|
|
|
|
|
<!-- /web-clips -->
|
|
|
|
|
<!--<div class="wr-hidden-operation" data-operation="web-clips">-->
|
|
|
|
|
<!--<div class="panel panel-default operation-data" data-operation="WEBCLIP">-->
|
|
|
|
|
<!--<div class="panel-heading" role="tab">-->
|
|
|
|
|
<!--<h2 class="sub-title panel-title">-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!-- Web clips-->
|
|
|
|
|
<!--<label class="wr-input-control switch" data-toggle="collapse" data-target="#installWebClip">-->
|
|
|
|
|
<!--<input type="checkbox" />-->
|
|
|
|
|
<!--<span class="helper"></span>-->
|
|
|
|
|
<!--<span class="text"></span>-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--<br>-->
|
|
|
|
|
<!--</h2>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<div id="installWebClip" class="panel-collapse panel-body collapse" role="tabpanel" aria-labelledby="installWebClip">-->
|
|
|
|
|
<!--<div id="install-webclip-feature-error-msg" class="alert alert-danger hidden" role="alert">-->
|
|
|
|
|
<!--<i class="icon fw fw-error"></i><span></span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="Title of the web clip">Title<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="title" data-key="title" placeholder="Enter Title"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<label class="wr-input-label" title="URL">URL<span class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>-->
|
|
|
|
|
<!--<div class="wr-input-control">-->
|
|
|
|
|
<!--<input type="text" class="form-control operationDataKeys" id="url" data-key="url" placeholder="Enter URL"/>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!-- /web-clips -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|