luci-app-dockerman: chore(containers): disable the container prune button
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
@@ -101,6 +101,7 @@ return dm2.dv.extend({
|
|||||||
s.addremove = false;
|
s.addremove = false;
|
||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
|
|
||||||
|
/*
|
||||||
const prune = s.option(form.Button, '_prune', null);
|
const prune = s.option(form.Button, '_prune', null);
|
||||||
prune.inputtitle = `${dm2.ActionTypes['prune'].i18n}`;
|
prune.inputtitle = `${dm2.ActionTypes['prune'].i18n}`;
|
||||||
prune.inputstyle = 'negative';
|
prune.inputstyle = 'negative';
|
||||||
@@ -122,6 +123,7 @@ return dm2.dv.extend({
|
|||||||
noFileUpload: true,
|
noFileUpload: true,
|
||||||
}]);
|
}]);
|
||||||
}, this);
|
}, this);
|
||||||
|
*/
|
||||||
|
|
||||||
const totals = calculateTotals();
|
const totals = calculateTotals();
|
||||||
let running_total = totals.running_total;
|
let running_total = totals.running_total;
|
||||||
|
|||||||
Reference in New Issue
Block a user