mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-23 12:39:50 -04:00
dev: Add plotly graphing library
This commit is contained in:
parent
4d2524efdc
commit
757b86cb00
@ -78,6 +78,7 @@ pub async fn index(State(config): State<Config>) -> Markup {
|
||||
title { ("Heracles - Prometheus Unshackled") }
|
||||
}
|
||||
body {
|
||||
script { (PreEscaped(include_str!("../static/plotly-2.27.0.min.js"))) }
|
||||
script { (PreEscaped(include_str!("../static/htmx.min.js"))) }
|
||||
(app(State(config.clone())).await)
|
||||
}
|
||||
|
8
static/plotly-2.27.0.min.js
vendored
Normal file
8
static/plotly-2.27.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user