Update templates/history.html
This commit is contained in:
parent
c61117d94e
commit
b8ed2f4da8
1 changed files with 11 additions and 5 deletions
|
|
@ -2,16 +2,24 @@
|
|||
|
||||
{% block title %}AS215085 - Router tools | History{% endblock %}
|
||||
|
||||
{% block page_header %}<H3>BGP Route history</H3>{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section id="total-routes-graph">
|
||||
<h2>Total Route History</h2>
|
||||
<div class="d-flex justify-content-end align-items-center mb-3">
|
||||
<div class="btn-group" role="group" aria-label="Time range">
|
||||
<div class="d-flex justify-content-end align-items-center mb-3 flex-wrap">
|
||||
<div class="btn-group me-2" role="group" aria-label="Time range">
|
||||
<button type="button" class="btn btn-outline-primary active" data-range="24h">24H</button>
|
||||
<button type="button" class="btn btn-outline-primary" data-range="7d">7D</button>
|
||||
<button type="button" class="btn btn-outline-primary" data-range="30d">30D</button>
|
||||
<button type="button" class="btn btn-outline-primary" data-range="90d">90D</button>
|
||||
</div>
|
||||
<div class="d-flex align-items-center">
|
||||
<input type="datetime-local" id="startDate" class="form-control me-1" style="width: auto;">
|
||||
<span class="me-1">to</span>
|
||||
<input type="datetime-local" id="endDate" class="form-control me-1" style="width: auto;">
|
||||
<button type="button" id="customRangeBtn" class="btn btn-primary">Go</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="mt-4">IPv4 Routes</h3>
|
||||
|
|
@ -27,8 +35,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<hr class="my-4">
|
||||
|
||||
<section id="peer-links">
|
||||
<h2>Peer History Links</h2>
|
||||
{% if peers %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue