added screenshots
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -0,0 +1,30 @@
|
|||
<img src="hyperglass/static/images/hyperglass-dark.png" width=300></img>
|
||||
|
||||
# Main Page
|
||||
|
||||

|
||||
|
||||
# BGP Lookups
|
||||
|
||||
## BGP Route
|
||||
|
||||

|
||||
|
||||
## BGP Community
|
||||

|
||||
|
||||
## BGP AS_PATH
|
||||
|
||||

|
||||
|
||||
# Ping
|
||||
|
||||

|
||||
|
||||
# Traceroute
|
||||
|
||||

|
||||
|
||||
# Help Text
|
||||
|
||||

|
||||
BIN
screenshots/helptext.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
screenshots/lookup_bgp_aspath.png
Normal file
|
After Width: | Height: | Size: 353 KiB |
BIN
screenshots/lookup_bgp_community.png
Normal file
|
After Width: | Height: | Size: 356 KiB |
BIN
screenshots/lookup_bgp_route.png
Normal file
|
After Width: | Height: | Size: 635 KiB |
BIN
screenshots/lookup_ping.png
Normal file
|
After Width: | Height: | Size: 243 KiB |
BIN
screenshots/lookup_traceroute.png
Normal file
|
After Width: | Height: | Size: 282 KiB |
BIN
screenshots/main.png
Normal file
|
After Width: | Height: | Size: 169 KiB |