stubbed page: simulations
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user