prune sim: avoid colon to separate keep desc from count
hack for space issues for monthly keeps and >9 counts Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -219,7 +219,7 @@ Ext.onReady(function() {
|
||||
html += `<span class="strikethrough">${text}</span>`;
|
||||
} else {
|
||||
if (backup.data.keepCount) {
|
||||
text += ` (${backup.data.keepName}: ${backup.data.keepCount})`;
|
||||
text += ` (${backup.data.keepName} ${backup.data.keepCount})`;
|
||||
} else {
|
||||
text += ` (${backup.data.keepName})`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user