stubbed page: simulations

This commit is contained in:
2026-02-27 16:39:54 -07:00
parent 370e50a174
commit 8ea8192853
2 changed files with 12 additions and 0 deletions
+9
View File
@@ -148,6 +148,15 @@
"Content" "Inventory"
)}}
{{- if $mockMode }}
{{- $simulationsUIPath := printf "/accounts/%d/simulations" $acctID }}
{{ template "navbar-link" (props
"Href" (printf "/ui%s" $simulationsUIPath)
"Selected" (hasPrefix $path $simulationsUIPath)
"Content" "Simulations"
)}}
{{- end }}
{{- $reportsUIPath := printf "/accounts/%d/reports" $acctID }}
{{- if $mockMode }}
{{- $reportsUIPath = printf "%s/mock" $reportsUIPath }}
@@ -0,0 +1,3 @@
<h1>
Simulations
</h1>