Skip to content

Commit fb95a92

Browse files
committed
Metrics is called table on menus
1 parent e0808b0 commit fb95a92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ <h1>AI Graph Tools</h1>
6969
{% if request.path == url_for('metrics_page') %}
7070
<li class="govuk-service-navigation__item govuk-service-navigation__item--active">
7171
<a class="govuk-service-navigation__link" href="{{ url_for('metrics_page', run_path=run_path) }}" aria-current="true">
72-
<strong class="govuk-service-navigation__active-fallback">Metrics</strong>
72+
<strong class="govuk-service-navigation__active-fallback">Table</strong>
7373
</a>
7474
</li>
7575
{% else %}
7676
<li class="govuk-service-navigation__item">
7777
<a class="govuk-service-navigation__link" href="{{ url_for('metrics_page', run_path=run_path) }}">
78-
Metrics
78+
Table
7979
</a>
8080
</li>
8181
{% endif %}

templates/graph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
</div>
1616
<aside class="sidebar govuk-body">
17-
<button id="list-view-btn" class="govuk-button govuk-button--secondary" style="margin-bottom: 20px;">Show in list view</button>
17+
<button id="list-view-btn" class="govuk-button govuk-button--secondary" style="margin-bottom: 20px;">Show in table view</button>
1818
<h2 id="sidebar-title">No node selected</h2>
1919
<div id="node-details"><p>Select a node to view details.</p></div>
2020
</aside>

0 commit comments

Comments
 (0)