SysOps: deploy-all — 2026-06-09 10:41 UTC
This commit is contained in:
@@ -40,7 +40,9 @@ window.Cockpit = (function () {
|
||||
}
|
||||
|
||||
function confirmDelete(message) {
|
||||
return window.confirm(message || 'Delete this item?');
|
||||
var msg = message;
|
||||
if (!msg && window.I18n) msg = window.I18n.t('common.confirm_delete');
|
||||
return window.confirm(msg || 'Delete this item?');
|
||||
}
|
||||
|
||||
function openDrawer(id) {
|
||||
|
||||
Reference in New Issue
Block a user