[pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column

2024-02-16 Thread Lukas Wagner
This is useful for creating matchers based on the 'backup-job' metadata field. Signed-off-by: Lukas Wagner --- www/manager6/dc/Backup.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/manager6/dc/Backup.js b/www/manager6/dc/Backup.js index 4beb84c0..fb4df0a7 100644 ---

Re: [pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column

2024-02-20 Thread Thomas Lamprecht
Am 16/02/2024 um 10:15 schrieb Lukas Wagner: > This is useful for creating matchers based on the 'backup-job' > metadata field. > > Signed-off-by: Lukas Wagner > --- > www/manager6/dc/Backup.js | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/www/manager6/dc/Backup.js

Re: [pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column

2024-02-20 Thread Lukas Wagner
On 2/20/24 16:23, Thomas Lamprecht wrote: > I prefer just showing the ID in the advanced section of the General tab > inside the edit window instead, like your next patch does. > > As I'd slightly prefer to avoid showing those rather unwieldy IDs for a > feature that's often setup only once, espec

Re: [pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column

2024-02-20 Thread Thomas Lamprecht
Am 20/02/2024 um 16:38 schrieb Lukas Wagner: > On 2/20/24 16:23, Thomas Lamprecht wrote: >> I prefer just showing the ID in the advanced section of the General tab >> inside the edit window instead, like your next patch does. >> >> As I'd slightly prefer to avoid showing those rather unwieldy IDs f

Re: [pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column

2024-02-23 Thread Thomas Lamprecht
Am 20/02/2024 um 17:26 schrieb Thomas Lamprecht: > btw. are there any dependency bumps we should consider? > I.e., between the already bumped rust parts and e.g. manager, or between > widget-toolkit and manager? Just to be sure, as I saw none of such > requirements listed in the cover letter of the