mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-31 00:24:52 +00:00
Device => Appliance
This commit is contained in:
parent
e4cf907aea
commit
66384cc8a4
2
build.py
2
build.py
@ -61,7 +61,7 @@ def keep_only_version_with_appliance(md5sum, appliance):
|
||||
version where the image is present.
|
||||
|
||||
:param md5sum: Md5sum of the image
|
||||
:param appliance: Device hash
|
||||
:param appliance: Appliance hash
|
||||
:returns: List of version
|
||||
"""
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{% extends "layout/default.html" %}
|
||||
{% block script %}
|
||||
|
||||
function importDevice() {
|
||||
gns3_button(function() { return gns3.importDevice(); });
|
||||
function importAppliance() {
|
||||
gns3_button(function() { return gns3.importAppliance(); });
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -14,6 +14,6 @@ function importDevice() {
|
||||
</div
|
||||
<p>
|
||||
<a class="btn btn-primary btn-lg" href="/appliances" role="button">Show appliances</a>
|
||||
<a class="btn btn-primary btn-lg" href="#" role="button" onclick="return importDevice()">Import appliance</a>
|
||||
<a class="btn btn-primary btn-lg" href="#" role="button" onclick="return importAppliance()">Import appliance</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@ -69,7 +69,7 @@
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/appliances">Devices</a></li>
|
||||
<li><a href="/appliances">Appliances</a></li>
|
||||
<li><a href="/downloads.html">Downloads</a></li>
|
||||
<li><a href="/chat.html">Chat</a></li>
|
||||
<li><a href="https://community.gns3.com">Community</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user