From 28ad7407c2a899d82569ea6ba1bd21bc4035899d Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 01:14:58 -0600 Subject: [PATCH] mergerfs_webui.cpp --- src/mergerfs_webui.cpp | 135 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 134 insertions(+), 1 deletion(-) diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index c1483712..59591a0f 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -13,7 +13,140 @@ void _get_root(const httplib::Request &req_, httplib::Response &res_) { - std::string html = R"html()html"; + std::string html = R"html( + + +KV Editor + + + +
+ + +
+
+
+ + +
+
+
+
+
+ + +
+
+ + + +)html"; res_.set_content(html, "text/html");