|
|
|
@ -61,9 +61,9 @@
|
|
|
|
|
<br/><br/>
|
|
|
|
|
<input type="hidden" class="deviceType" name="deviceType"
|
|
|
|
|
value="{{@uriParams.deviceType}}"/>
|
|
|
|
|
<input type="radio" name="sketchType" value="simple_agent" id="simple_agent" checked>
|
|
|
|
|
<input type="radio" name="sketchType" value="virtual_firealarm" id="virtual_firealarm" checked>
|
|
|
|
|
<label for="simple_agent">Simple Agent</label>
|
|
|
|
|
<input type="radio" name="sketchType" value="advanced_agent" id="advanced_agent">
|
|
|
|
|
<input type="radio" name="sketchType" value="virtual_firealarm_advanced" id="virtual_firealarm_advanced">
|
|
|
|
|
<label for="advanced_agent">Advanced Agent</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|