added screenshots

This commit is contained in:
checktheroads 2019-05-07 23:59:05 -07:00
parent 47f1b938cd
commit 5857bbd08d
11 changed files with 37 additions and 1 deletions

View file

@ -28,6 +28,8 @@ Documentation can be found [here](https://hyperglass.readthedocs.io), or in the
## Preview
For screenshots, see [here](blob/master/screenshots.md), or the `screenshots/` directory.
## Platform Support
Theoretically, any vendor supported by Netmiko can be supported by Hyperglass. However, I am currently listing platforms I have personally tested and verified full functionality with:

View file

@ -6,6 +6,7 @@
{{ footer_content }}
</div>
</div>
{% if enable_credit == true %}
<div class="column is-1"></div>
<div class="column is-1">
<div class="dropdown is-up is-right is-hoverable">
@ -26,3 +27,4 @@
</div>
<div class="column is-1"></div>
</div>
{% endif %}

View file

@ -219,7 +219,9 @@
</div>
</div>
</div>
{% include "templates/footer.html" %}
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
</section>
{% endblock %}
</body>

30
screenshots.md Normal file
View file

@ -0,0 +1,30 @@
<img src="hyperglass/static/images/hyperglass-dark.png" width=300></img>
# Main Page
![](screenshots/main.png)
# BGP Lookups
## BGP Route
![](screenshots/lookup_bgp_route.png)
## BGP Community
![](screenshots/lookup_bgp_community.png)
## BGP AS_PATH
![](screenshots/lookup_bgp_aspath.png)
# Ping
![](screenshots/lookup_ping.png)
# Traceroute
![](screenshots/lookup_traceroute.png)
# Help Text
![](screenshots/helptext.png)

BIN
screenshots/helptext.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 KiB

BIN
screenshots/lookup_ping.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

BIN
screenshots/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB