From a8a1118c12b92962701932f4c5744a0a216581a5 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 10:53:39 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/webtop.lua' --- luasrc/model/cbi/webtop.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luasrc/model/cbi/webtop.lua b/luasrc/model/cbi/webtop.lua index 6bb5ec5..c584dad 100644 --- a/luasrc/model/cbi/webtop.lua +++ b/luasrc/model/cbi/webtop.lua @@ -7,7 +7,7 @@ local webtop_model = require "luci.model.webtop" local m, s, o m = taskd.docker_map("webtop", "webtop", "/usr/libexec/apps/webtop/webtop.sh", - translate("webtop"), + translate("Virtual Desktop"), translate("Get Virtual Desktops of all flavors, Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported versions accessible via any modern web browser.") .. translate("Official website:") .. ' hhttps://docs.linuxserver.io/images/docker-webtop/') @@ -54,9 +54,9 @@ local home = webtop_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/Config", "/opt/docker2/compose/Config") +o:value("/opt/docker2/compose/", "/opt/docker2/compose/") o:value("/mnt/data", "/mnt/data") -o.default = "/opt/docker2/compose/webtop/Config" +o.default = "/opt/docker2/compose/" local paths, default_path = webtop_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do