luci-app-lxc: convert to JS
authorPaul Donald <redacted>
Thu, 19 Feb 2026 01:00:14 +0000 (02:00 +0100)
committerPaul Donald <redacted>
Thu, 19 Feb 2026 01:00:14 +0000 (02:00 +0100)
commit8a6df88443132cb254e89d828f187d4bfb2908d2
tree254f6cacb6d59db343eda9331673f3ca95bb06dd
parentc1f55dd43ae476f17cbdb8615349a4c90d640590
luci-app-lxc: convert to JS

migrate away from the old luci-app lua control system.

See: https://github.com/openwrt/luci/issues/7310

Signed-off-by: Paul Donald <redacted>
50 files changed:
applications/luci-app-lxc/Makefile
applications/luci-app-lxc/htdocs/luci-static/resources/cbi/green.gif [deleted file]
applications/luci-app-lxc/htdocs/luci-static/resources/cbi/purple.gif [deleted file]
applications/luci-app-lxc/htdocs/luci-static/resources/cbi/red.gif [deleted file]
applications/luci-app-lxc/htdocs/luci-static/resources/view/lxc/overview.js [new file with mode: 0644]
applications/luci-app-lxc/luasrc/controller/lxc.lua [deleted file]
applications/luci-app-lxc/luasrc/model/cbi/lxc.lua [deleted file]
applications/luci-app-lxc/luasrc/view/lxc.htm [deleted file]
applications/luci-app-lxc/po/ar/lxc.po
applications/luci-app-lxc/po/bg/lxc.po
applications/luci-app-lxc/po/bn_BD/lxc.po
applications/luci-app-lxc/po/ca/lxc.po
applications/luci-app-lxc/po/cs/lxc.po
applications/luci-app-lxc/po/da/lxc.po
applications/luci-app-lxc/po/de/lxc.po
applications/luci-app-lxc/po/el/lxc.po
applications/luci-app-lxc/po/es/lxc.po
applications/luci-app-lxc/po/et/lxc.po
applications/luci-app-lxc/po/fa/lxc.po
applications/luci-app-lxc/po/fi/lxc.po
applications/luci-app-lxc/po/fr/lxc.po
applications/luci-app-lxc/po/ga/lxc.po
applications/luci-app-lxc/po/he/lxc.po
applications/luci-app-lxc/po/hi/lxc.po
applications/luci-app-lxc/po/hu/lxc.po
applications/luci-app-lxc/po/it/lxc.po
applications/luci-app-lxc/po/ja/lxc.po
applications/luci-app-lxc/po/ko/lxc.po
applications/luci-app-lxc/po/lt/lxc.po
applications/luci-app-lxc/po/mr/lxc.po
applications/luci-app-lxc/po/ms/lxc.po
applications/luci-app-lxc/po/nb_NO/lxc.po
applications/luci-app-lxc/po/nl/lxc.po
applications/luci-app-lxc/po/pl/lxc.po
applications/luci-app-lxc/po/pt/lxc.po
applications/luci-app-lxc/po/pt_BR/lxc.po
applications/luci-app-lxc/po/ro/lxc.po
applications/luci-app-lxc/po/ru/lxc.po
applications/luci-app-lxc/po/sk/lxc.po
applications/luci-app-lxc/po/sv/lxc.po
applications/luci-app-lxc/po/ta/lxc.po
applications/luci-app-lxc/po/templates/lxc.pot
applications/luci-app-lxc/po/tr/lxc.po
applications/luci-app-lxc/po/uk/lxc.po
applications/luci-app-lxc/po/vi/lxc.po
applications/luci-app-lxc/po/yua/lxc.po
applications/luci-app-lxc/po/zh_Hans/lxc.po
applications/luci-app-lxc/po/zh_Hant/lxc.po
applications/luci-app-lxc/root/usr/share/luci/menu.d/luci-app-lxc.json [new file with mode: 0644]
applications/luci-app-lxc/ucode/controller/lxc.uc [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT