proxmox-backup/docs/prune-simulator
Friedrich Weber 41588772c9 fix: docs: prune sim: show "keep" entries in backup list
Currently, the list of backups only shows removed backups and is
missing backups that are kept, though they are shown correctly in the
calendar view.

The reason is that a refactor (see Fixes tag) moved the definition of
a custom field renderer referencing `me` to a scope where `me` is not
defined. This causes the renderer to error out for "kept" backups,
which apparently causes the grid to skip the rows altogether (without
any messages in the console).

Fix this by replacing the broken `me` reference.

Fixes: bb044304 ("prune sim: move PruneList to more static declaration")
Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
2025-01-24 09:17:26 +01:00
..
clear-trigger.png prune sim: make numberfields more similar to PBS's 2020-11-19 09:47:51 +01:00
documentation.html docs: clarify prune settings slightly more 2024-02-22 08:59:30 +01:00
index.html docs: exand PBS to Proxmox Backup (Server) 2023-03-28 14:18:48 +02:00
prune-simulator_source.js fix: docs: prune sim: show "keep" entries in backup list 2025-01-24 09:17:26 +01:00