mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-16 15:28:56 +00:00
Mark HP VSR 1001 as not working
This commit is contained in:
parent
bb9322aaa2
commit
2ed07bcfe1
@ -7,7 +7,7 @@
|
||||
"product_name": "VSR1001",
|
||||
"product_url": "http://www8.hp.com/us/en/products/networking-routers/product-detail.html?oid=5443163",
|
||||
"repository_version": 1,
|
||||
"status": "stable",
|
||||
"status": "broken",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
|
||||
|
@ -24,6 +24,15 @@ function download(device, md5sum) {
|
||||
Status: {{ device["status"] }}<br />
|
||||
Maintainer: <a href="mailto:{{ device["maintainer_email"] }}">{{ device["maintainer"] }}</a>
|
||||
</div>
|
||||
|
||||
{% if device["status"] == "broken" %}
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
||||
<span class="sr-only">Error:</span>
|
||||
This appliance is actually not working
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if "qemu" in device %}
|
||||
<h2>Qemu settings</h2>
|
||||
{% for key in device["qemu"] %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user