From f60e6d86594a9ddb0d9fca94ca4cbce267231982 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 6 Mar 2026 07:09:44 +0800 Subject: [PATCH] luci-app-dockerman: chore(containers): disable the container prune button Signed-off-by: sbwml --- htdocs/luci-static/resources/view/dockerman/containers.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/luci-static/resources/view/dockerman/containers.js b/htdocs/luci-static/resources/view/dockerman/containers.js index 424671d..c3b96a2 100644 --- a/htdocs/luci-static/resources/view/dockerman/containers.js +++ b/htdocs/luci-static/resources/view/dockerman/containers.js @@ -101,6 +101,7 @@ return dm2.dv.extend({ s.addremove = false; s.anonymous = true; + /* const prune = s.option(form.Button, '_prune', null); prune.inputtitle = `${dm2.ActionTypes['prune'].i18n}`; prune.inputstyle = 'negative'; @@ -122,6 +123,7 @@ return dm2.dv.extend({ noFileUpload: true, }]); }, this); + */ const totals = calculateTotals(); let running_total = totals.running_total;