ui: add task description for logrotation
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
b37b59b726
commit
0c41e0d06b
|
@ -96,6 +96,7 @@ Ext.define('PBS.Utils', {
|
|||
verify: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Verify')),
|
||||
backup: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Backup')),
|
||||
reader: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Read objects')),
|
||||
logrotate: [gettext('Log'), gettext('Rotation')],
|
||||
});
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue