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 />
|
<br /><br />
|
||||||
<input type="hidden" class="deviceType" name="deviceType"
|
<input type="hidden" class="deviceType" name="deviceType"
|
||||||
value="{{@uriParams.deviceType}}" />
|
value="{{@uriParams.deviceType}}" />
|
||||||
<input type="radio" name="sketchType" value="virtual_firealarm"
|
<input type="hidden" name="sketchType" value="virtual_firealarm"
|
||||||
id="virtual_firealarm"
|
id="virtual_firealarm"
|
||||||
checked>
|
checked>
|
||||||
<label for="simple_agent">Simple Agent</label>
|
<!--Removing advance agent and having simple only-->
|
||||||
<input type="radio" name="sketchType"
|
<!--<input type="radio" name="sketchType" value="virtual_firealarm"-->
|
||||||
value="virtual_firealarm_advanced"
|
<!--id="virtual_firealarm"-->
|
||||||
id="virtual_firealarm_advanced">
|
<!--checked>-->
|
||||||
<label for="advanced_agent">Advanced Agent</label>
|
<!--<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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user