File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments