[pbs-devel] [PATCH proxmox-backup 0/8] Add GC job status to datastore and global prune job view.

Gabriel Goller g.goller at proxmox.com
Mon Feb 5 14:33:25 CET 2024


Thanks for picking this up!

Did some quick testing and it seems to work nicely—just some small
ui quirks that need to be ironed out:
The "Garbage Collection Jobs" table never takes the whole width 
like the "Prune Jobs" view, I think you'll need to adjust the width,
max-width and min-width values a bit!

Also eslint spits out some warnings:
```
[./config/GCView.js]:
WARN: line 39 col 41: semi - Missing semicolon. (*)
WARN: line 47 col 16: comma-dangle - Missing trailing comma. (*)
WARN: line 48 col 8: comma-dangle - Missing trailing comma. (*)
```

Otherwise LGTM!




More information about the pbs-devel mailing list