feat: Persist initial capex calculations and enhance navigation links in UI
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% if scenario %}
|
||||
<a href="{{ url_for('scenarios.view_scenario', scenario_id=scenario.id) }}">{{ scenario.name }}</a>
|
||||
{% endif %}
|
||||
<span aria-current="page">Initial Capex</span>
|
||||
<span aria-current="page">Initial Capex Planner</span>
|
||||
</nav>
|
||||
|
||||
<header class="page-header">
|
||||
@@ -249,13 +249,13 @@
|
||||
</table>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<p class="muted">Provide component details and calculate to see capex totals.</p>
|
||||
<p class="muted">Provide component details and calculate to see initial capex totals.</p>
|
||||
{% endif %}
|
||||
</section>
|
||||
|
||||
<section class="report-section">
|
||||
<header class="section-header">
|
||||
<h2>Visualisations</h2>
|
||||
<h2>Visualizations</h2>
|
||||
<p class="section-subtitle">Charts render after calculations complete.</p>
|
||||
</header>
|
||||
<div id="capex-category-chart" class="chart-container"></div>
|
||||
|
||||
Reference in New Issue
Block a user