|
|
|
@ -29,8 +29,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- security -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="security" style="display: block">
|
|
|
|
|
<div class="panel panel-default operation-data"
|
|
|
|
|
data-operation="{{features.ENCRYPT_STORAGE.code}}">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.ENCRYPT_STORAGE.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#enableEncryptionTab"
|
|
|
|
@ -53,16 +52,14 @@
|
|
|
|
|
class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="javascript:runOperation('{{features.ENCRYPT_STORAGE.code}}')"
|
|
|
|
|
class="btn-operations">Configure</a>
|
|
|
|
|
<a href="javascript:runOperation('{{features.ENCRYPT_STORAGE.code}}')" class="btn-operations">Configure</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel panel-default operation-data"
|
|
|
|
|
data-operation="{{features.PASSCODE_POLICY.code}}">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.PASSCODE_POLICY.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#passCodePolicy"
|
|
|
|
|
aria-expanded="false" aria-controls="passCodePolicy" class="collapsed">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#passCodePolicy" aria-expanded="false"
|
|
|
|
|
aria-controls="passCodePolicy" class="collapsed">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-arrow fw-down-arrow fw-stack-1x"></i>
|
|
|
|
@ -74,38 +71,31 @@
|
|
|
|
|
<div id="passCodePolicy" class="panel-collapse panel-body collapse" role="tabpanel"
|
|
|
|
|
aria-labelledby="passCodePolicy">
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="maxFailedAttempts">Maximum Failed
|
|
|
|
|
Attempts</label>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="maxFailedAttempts">Maximum Failed Attempts</label>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="maxFailedAttempts"
|
|
|
|
|
data-key="maxFailedAttempts" placeholder="Enter maximum Failed Attempts">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="minLength">Minimum Length</label>
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="minLength"
|
|
|
|
|
data-key="minLength" placeholder="Enter minimum Length">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="minLength" data-key="minLength"
|
|
|
|
|
placeholder="Enter minimum Length">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="pinHistory">PIN History</label>
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="pinHistory"
|
|
|
|
|
data-key="pinHistory" placeholder="Enter PIN History">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="pinHistory" data-key="pinHistory"
|
|
|
|
|
placeholder="Enter PIN History">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="minComplexChars">Minimum complex
|
|
|
|
|
characters</label>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="minComplexChars">Minimum complex characters</label>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="minComplexChars"
|
|
|
|
|
data-key="minComplexChars" placeholder="Enter minimum complex characters">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label col-sm-4" for="lockcode">Minimum PIN Age in days</label>
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="maxPINAgeInDays"
|
|
|
|
|
data-key="maxPINAgeInDays" placeholder="Enter minimum PIN age in days">
|
|
|
|
@ -122,15 +112,13 @@
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-control checkbox">
|
|
|
|
|
<input type="checkbox" class="operationDataKeys" id="allowSimple"
|
|
|
|
|
data-key="allowSimple"/>
|
|
|
|
|
<input type="checkbox" class="operationDataKeys" id="allowSimple" data-key="allowSimple"/>
|
|
|
|
|
<span class="helper" title="Allow simple PIN">Allow simple PIN<span
|
|
|
|
|
class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a href="javascript:runOperation('{{features.PASSCODE_POLICY.code}}')"
|
|
|
|
|
class="btn-operations">Configure</a>
|
|
|
|
|
<a href="javascript:runOperation('{{features.PASSCODE_POLICY.code}}')" class="btn-operations">Configure</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -139,9 +127,8 @@
|
|
|
|
|
<!-- wi-fi -->
|
|
|
|
|
<div class="wr-hidden-operation panel-body" data-operation="wifi">
|
|
|
|
|
<div class="operation-data" data-operation="{{features.WIFI.code}}">
|
|
|
|
|
<label class="wr-input-label" title="Identification of the wireless network to connect to">Service
|
|
|
|
|
Set Identifier<span
|
|
|
|
|
class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>
|
|
|
|
|
<label class="wr-input-label" title="Identification of the wireless network to connect to">Service Set
|
|
|
|
|
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="ssid" data-key="ssid"
|
|
|
|
@ -152,23 +139,21 @@
|
|
|
|
|
class="wr-help-tip glyphicon glyphicon-question-sign"></span></label>
|
|
|
|
|
<!--span>Password for the wireless network</span-->
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input type="password" class="form-control operationDataKeys" id="password"
|
|
|
|
|
data-key="password" placeholder="Password"/>
|
|
|
|
|
<input type="password" class="form-control operationDataKeys" id="password" data-key="password"
|
|
|
|
|
placeholder="Password"/>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="javascript:runOperation('{{features.WIFI.code}}')"
|
|
|
|
|
class="btn-operations">Configure</a>
|
|
|
|
|
<a href="javascript:runOperation('{{features.WIFI.code}}')" class="btn-operations">Configure</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /wi-fi -->
|
|
|
|
|
<!-- application -->
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="application">
|
|
|
|
|
<div class="panel panel-default operation-data"
|
|
|
|
|
data-operation="{{features.INSTALL_APPLICATION.code}}">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.INSTALL_APPLICATION.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#installApp"
|
|
|
|
|
aria-expanded="true" aria-controls="installApp">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#installApp" aria-expanded="true"
|
|
|
|
|
aria-controls="installApp">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-arrow fw-down-arrow fw-stack-1x"></i>
|
|
|
|
@ -204,15 +189,14 @@
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="url" data-key="url"
|
|
|
|
|
placeholder="Enter URL"/>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="javascript:runOperation('{{features.INSTALL_APPLICATION.code}}')"
|
|
|
|
|
class="btn-operations">Install</a>
|
|
|
|
|
<a href="javascript:runOperation('{{features.INSTALL_APPLICATION.code}}')" class="btn-operations">Install</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.WEBCLIP.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#installWebClip"
|
|
|
|
|
aria-expanded="true" aria-controls="installWebClip" class="collapsed">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#installWebClip" aria-expanded="true"
|
|
|
|
|
aria-controls="installWebClip" class="collapsed">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-arrow fw-down-arrow fw-stack-1x"></i>
|
|
|
|
@ -227,8 +211,8 @@
|
|
|
|
|
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"/>
|
|
|
|
|
<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>
|
|
|
|
@ -240,12 +224,11 @@
|
|
|
|
|
<a href="javascript:runOperation('{{features.WEBCLIP.code}}')" class="btn-operations">Install</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel panel-default operation-data"
|
|
|
|
|
data-operation="{{features.UNINSTALL_APPLICATION.code}}">
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.UNINSTALL_APPLICATION.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#uninstallApp"
|
|
|
|
|
aria-expanded="true" aria-controls="uninstallApp" class="collapsed">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#uninstallApp" aria-expanded="true"
|
|
|
|
|
aria-controls="uninstallApp" class="collapsed">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-arrow fw-down-arrow fw-stack-1x"></i>
|
|
|
|
@ -263,8 +246,7 @@
|
|
|
|
|
<input type="text" class="form-control operationDataKeys" id="package-name"
|
|
|
|
|
data-key="packageName" placeholder="Enter App Identifer"/>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="javascript:runOperation('{{features.UNINSTALL_APPLICATION.code}}')"
|
|
|
|
|
class="btn-operations">Uninstall</a>
|
|
|
|
|
<a href="javascript:runOperation('{{features.UNINSTALL_APPLICATION.code}}')" class="btn-operations">Uninstall</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -275,8 +257,8 @@
|
|
|
|
|
<div class="panel panel-default operation-data" data-operation="{{features.CAMERA.code}}">
|
|
|
|
|
<div class="panel-heading" role="tab">
|
|
|
|
|
<h2 class="sub-title panel-title">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#cameraDisable"
|
|
|
|
|
aria-expanded="true" aria-controls="cameraDisable">
|
|
|
|
|
<a data-toggle="collapse" data-parent="#accordion" href="#cameraDisable" aria-expanded="true"
|
|
|
|
|
aria-controls="cameraDisable">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-arrow fw-down-arrow fw-stack-1x"></i>
|
|
|
|
@ -289,8 +271,8 @@
|
|
|
|
|
aria-labelledby="cameraDisable">
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-control checkbox">
|
|
|
|
|
<input type="checkbox" class="operationDataKeys" id="enableCamera"
|
|
|
|
|
data-key="enableCamera" checked/>
|
|
|
|
|
<input type="checkbox" class="operationDataKeys" id="enableCamera" data-key="enableCamera"
|
|
|
|
|
checked/>
|
|
|
|
|
<span class="helper" title="Remove App upon dis-enrollment">Enable Camera<span
|
|
|
|
|
class="wr-help-tip glyphicon glyphicon-question-sign"></span></span>
|
|
|
|
|
</label>
|
|
|
|
|