Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
fb17ad1655
  1. 2
      src/mergerfs_webui.cpp

2
src/mergerfs_webui.cpp

@ -16,7 +16,7 @@ _get_root(const httplib::Request &req_,
std::string html = R"html( std::string html = R"html(
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head><title>KV Editor</title>
<head><title>mergerfs ui</title>
<style> <style>
.tab { .tab {
overflow: hidden; overflow: hidden;

Loading…
Cancel
Save