aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2025-03-19 08:23:45 +0100
committerGitHub Enterprise <[email protected]>2025-03-19 08:23:45 +0100
commit849db45b08d740a113b70273348a686cc573cc2a (patch)
tree4fc9b06e7de1c91411a1fa2a1561d50b323b4ac5 /src
parentimproved reporting on async error (#312) (diff)
downloadzen-849db45b08d740a113b70273348a686cc573cc2a.tar.xz
zen-849db45b08d740a113b70273348a686cc573cc2a.zip
Missing import statment on dashboard's start page (#314)
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/frontend/html.zipbin154898 -> 154940 bytes
-rw-r--r--src/zenserver/frontend/html/pages/start.js1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html.zip b/src/zenserver/frontend/html.zip
index e0a1888e6..9be6a8f79 100644
--- a/src/zenserver/frontend/html.zip
+++ b/src/zenserver/frontend/html.zip
Binary files differ
diff --git a/src/zenserver/frontend/html/pages/start.js b/src/zenserver/frontend/html/pages/start.js
index 8c9df62f9..472bb27ae 100644
--- a/src/zenserver/frontend/html/pages/start.js
+++ b/src/zenserver/frontend/html/pages/start.js
@@ -5,6 +5,7 @@
import { ZenPage } from "./page.js"
import { Fetcher } from "../util/fetcher.js"
import { Friendly } from "../util/friendly.js"
+import { Modal } from "../util/modal.js"
import { Table, Toolbar } from "../util/widgets.js"
////////////////////////////////////////////////////////////////////////////////