mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #755 from DimalChandrasiri/master
fixes #1085, #1113, #1165
This commit is contained in:
commit
2d0633c76b
@ -26,8 +26,7 @@
|
|||||||
<h3 class="uppercase">What it Does</h3>
|
<h3 class="uppercase">What it Does</h3>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="grey margin-top">A Virtual Device that mimics the functionality of a real Firealarm.
|
<p class="grey margin-top">A Virtual Device that mimics the functionality of a real Firealarm.
|
||||||
Once run, the Virtual Firealarm will connect to WSO2 IoTServer and
|
Once run, the Virtual Firealarm connects to WSO2 IoT Server and pushes the Temperature readings.</p>
|
||||||
push Temperature readings.</p>
|
|
||||||
<p>The device supports MQTT and XMPP Communications. It is configured to use MQTT by
|
<p>The device supports MQTT and XMPP Communications. It is configured to use MQTT by
|
||||||
default.</p>
|
default.</p>
|
||||||
<br>
|
<br>
|
||||||
@ -36,15 +35,15 @@
|
|||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">STEP 01</span>
|
<span class="badge">STEP 01</span>
|
||||||
Go ahead and [Download] the Device.
|
Go ahead and click Download Agent to download the agent.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="badge">STEP 02</span>
|
<span class="badge">STEP 02</span>
|
||||||
Proceed to [Prepare] section.
|
Follow the steps under <a href="#prepare">[Prepare]</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="badge">STEP 03</span>
|
<span class="badge">STEP 03</span>
|
||||||
Read [Try Out] section to further experiment with the device.
|
Read the [Try Out] section to experiment with the device.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
@ -54,10 +53,13 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="#" class="download-link btn-operations">
|
<a href="#" class="download-link btn-operations">
|
||||||
<i class="fw fw-download"></i>Download Agent</a>
|
<i class="fw fw-download"></i>Download Agent</a>
|
||||||
|
{{#if displayStatus}}
|
||||||
|
<a href="javascript:artifactUpload()" class="btn-operations"><i class="fw fw-upload fw-inverse fw-lg add-margin-1x"></i> Deploy Analytics Artifacts</a>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
<p class="doc-link">Click <a href="https://docs.wso2.com/display/IoTS300/Virtual+Firealarm"
|
<p class="doc-link">Click <a href="https://docs.wso2.com/display/IoTS310/Enterprise+IoT+solution"
|
||||||
target="_blank">[ here ]</a> for latest instructions and
|
target="_blank">[ here ]</a> for the latest instructions and troubleshooting tips.
|
||||||
troubleshooting.</p>
|
We need to link the 310 pack to the 310 docs.</p>
|
||||||
<div id="download-device-modal-content" class="hide">
|
<div id="download-device-modal-content" class="hide">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h4 class="pull-left modal-title">
|
<h4 class="pull-left modal-title">
|
||||||
@ -94,8 +96,14 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
<input type="hidden" class="deviceType" name="deviceType"
|
<input type="hidden" class="deviceType" name="deviceType"
|
||||||
value="{{@uriParams.deviceType}}" />
|
value="{{@uriParams.deviceType}}" />
|
||||||
<input type="hidden" name="sketchType" value="virtual_firealarm"
|
<input type="radio" name="sketchType" value="virtual_firealarm"
|
||||||
id="virtual_firealarm">
|
id="virtual_firealarm"
|
||||||
|
checked>
|
||||||
|
<label for="simple_agent">Simple Agent</label>
|
||||||
|
<input type="radio" name="sketchType"
|
||||||
|
value="virtual_firealarm_advanced"
|
||||||
|
id="virtual_firealarm_advanced">
|
||||||
|
<label for="advanced_agent">Advanced Agent</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@ -205,12 +213,11 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">02</span>
|
<span class="badge">02</span>
|
||||||
Move into the unzipped Agent folder in the terminal.
|
Navigate to the unzipped agent directory via the terminal.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">03</span>
|
<span class="badge">03</span>
|
||||||
Unzip the downloaded Agent and start terminal to run this command: [sh
|
Start the agent using the <span style="font-family: monospace;">sh start-device.sh</span> command.
|
||||||
start-device.sh]
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
@ -218,7 +225,7 @@
|
|||||||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 padding-double">
|
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 padding-double">
|
||||||
<h3 class="uppercase">The Virtual-Fire-Alarm Device</h3>
|
<h3 class="uppercase">The Virtual-Fire-Alarm Device</h3>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="grey margin-top">Click on the image to zoom</p>
|
<p class="grey margin-top">Click on the image to zoom.</p>
|
||||||
<center>
|
<center>
|
||||||
<a href="{{@unit.publicUri}}/images/schematicsGuide.png" target="_blank">
|
<a href="{{@unit.publicUri}}/images/schematicsGuide.png" target="_blank">
|
||||||
<img src="{{@unit.publicUri}}/images/schematicsGuide.png" class="img-responsive">
|
<img src="{{@unit.publicUri}}/images/schematicsGuide.png" class="img-responsive">
|
||||||
@ -232,22 +239,20 @@
|
|||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">01</span>
|
<span class="badge">01</span>
|
||||||
You can view all your connected devices at
|
View all the connected devices in the
|
||||||
<a href="{{@app.context}}/devices">[Device Management]</a> page.
|
<a href="{{@app.context}}/devices">[Device Management]</a> page.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">02</span>
|
<span class="badge">02</span>
|
||||||
Select one of connected devices and check for available control
|
Try out the operations on your devices and monitor real-time data.
|
||||||
operations and monitor Real-Time data.
|
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="badge">03</span>
|
<span class="badge">03</span>
|
||||||
You can also view analytics of the data published to IoT-Server by
|
Navigate to the device's analytics data page and view the data published by the device.
|
||||||
navigating to Device Analytics page.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
<p class="grey margin-top">Click on the image to zoom</p>
|
<p class="grey margin-top">Click on the image to zoom.</p>
|
||||||
<center>
|
<center>
|
||||||
<a href="{{@unit.publicUri}}/images/myDevices_analytics.png" target="_blank">
|
<a href="{{@unit.publicUri}}/images/myDevices_analytics.png" target="_blank">
|
||||||
<img src="{{@unit.publicUri}}/images/myDevices_analytics.png" class="img-responsive">
|
<img src="{{@unit.publicUri}}/images/myDevices_analytics.png" class="img-responsive">
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{#each controlOperations}}
|
{{#each controlOperations}}
|
||||||
<a {{#unless isDisabled}} href="javascript:operationSelect('{{operation}}')" {{else}} href="javascript:void(0)" class="op-disabled" title="{{disabledText}}" data-toggle="tooltip" {{/unless}}>
|
<a {{#unless isDisabled}} href="javascript:operationSelect('{{operation}}')" {{else}} href="javascript:void(0)" class="operation-tile op-disabled" title="{{disabledText}}" data-toggle="tooltip" {{/unless}}>
|
||||||
{{#if iconFont}}
|
{{#if iconFont}}
|
||||||
<i class="fw {{iconFont}}"></i>
|
<i class="fw {{iconFont}}"></i>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
@ -168,7 +168,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -180,7 +180,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -242,7 +242,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
||||||
@ -266,7 +266,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -149,7 +149,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -161,7 +161,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -223,7 +223,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -237,7 +237,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
@ -248,7 +248,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -176,7 +176,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -188,7 +188,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -250,7 +250,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -264,7 +264,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
||||||
@ -274,7 +274,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{#each control_operations}}
|
{{#each control_operations}}
|
||||||
<a href="javascript:operationSelect('{{operation}}')">
|
<a class="operation-tile" href="javascript:operationSelect('{{operation}}')">
|
||||||
{{#if iconFont}}
|
{{#if iconFont}}
|
||||||
<i class="fw {{iconFont}}"></i>
|
<i class="fw {{iconFont}}"></i>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
@ -168,7 +168,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user