diff options
| author | Martin Ridgers <[email protected]> | 2024-10-03 13:54:59 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-03 13:54:59 +0200 |
| commit | 61ec0fbdf3f87a41486e5d5dfde5d23e91941b42 (patch) | |
| tree | 66775461556506cd39c84256efe3f119c29fecfc /src/zenserver/frontend/html/index.html | |
| parent | cache get command (#183) (diff) | |
| download | zen-61ec0fbdf3f87a41486e5d5dfde5d23e91941b42.tar.xz zen-61ec0fbdf3f87a41486e5d5dfde5d23e91941b42.zip | |
- Improvement: Self-hosted dashboard (#181)
Self-hosted dashboard gets oplog entry view and a stats browser
Diffstat (limited to 'src/zenserver/frontend/html/index.html')
| -rw-r--r-- | src/zenserver/frontend/html/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/index.html b/src/zenserver/frontend/html/index.html index 8bc690c22..300b8c62e 100644 --- a/src/zenserver/frontend/html/index.html +++ b/src/zenserver/frontend/html/index.html @@ -4,6 +4,7 @@ <head> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="zen.css" /> + <script src="compactbinary.js"></script> <script src="zen.js"></script> </head> <body onload="main()"> |