Always display nav bar
This commit is contained in:
parent
f532c55772
commit
8fe3fcad72
4 changed files with 15 additions and 20 deletions
|
|
@ -27,7 +27,7 @@ pub async fn get_graph(
|
|||
) -> somehow::Result<impl IntoResponse> {
|
||||
let html = Page::new(config)
|
||||
.title("graph")
|
||||
.nav(Tab::Graph)
|
||||
.tab(Tab::Graph)
|
||||
.head(html! {
|
||||
link rel="stylesheet" href=(config.path(UPLOT_CSS));
|
||||
script type="module" src=(config.path(GRAPH_JS)) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue