mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
removing virtual fire alarm advance agent
This commit is contained in:
parent
59f6fced7a
commit
9decdb31e9
@ -94,14 +94,18 @@
|
||||
<br /><br />
|
||||
<input type="hidden" class="deviceType" name="deviceType"
|
||||
value="{{@uriParams.deviceType}}" />
|
||||
<input type="radio" name="sketchType" value="virtual_firealarm"
|
||||
<input type="hidden" name="sketchType" value="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>
|
||||
<!--Removing advance agent and having simple only-->
|
||||
<!--<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="virtual_firealarm_advanced"-->
|
||||
<!--id="virtual_firealarm_advanced">-->
|
||||
<!--<label for="advanced_agent">Advanced Agent</label>-->
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@ -289,4 +293,4 @@
|
||||
{{#zone "bottomJs"}}
|
||||
{{js "/js/download.js"}}
|
||||
{{js "/js/jquery.validate.js"}}
|
||||
{{/zone}}
|
||||
{{/zone}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user