Re: [pve-devel] [PATCH manager 6/6] ui: dc/Auth: add sync button

2020-04-27 Thread Thomas Lamprecht
On 4/27/20 12:29 PM, Dominik Csapak wrote: > > > On 4/27/20 12:15 PM, Thomas Lamprecht wrote: >> On 4/9/20 4:10 PM, Dominik Csapak wrote: >>> opens a window with the parameters for the sync and two buttons: >>> 'preview' and 'sync' >>> >>> both open the taskviewer, but the 'preview' one sets the

Re: [pve-devel] [PATCH manager 6/6] ui: dc/Auth: add sync button

2020-04-27 Thread Dominik Csapak
On 4/27/20 12:15 PM, Thomas Lamprecht wrote: On 4/9/20 4:10 PM, Dominik Csapak wrote: opens a window with the parameters for the sync and two buttons: 'preview' and 'sync' both open the taskviewer, but the 'preview' one sets the 'no-write' parameter so that it does not get written out to the

Re: [pve-devel] [PATCH manager 6/6] ui: dc/Auth: add sync button

2020-04-27 Thread Thomas Lamprecht
On 4/9/20 4:10 PM, Dominik Csapak wrote: > opens a window with the parameters for the sync and two buttons: > 'preview' and 'sync' > > both open the taskviewer, but the 'preview' one sets the 'no-write' > parameter so that it does not get written out to the user.cfg > > Signed-off-by: Dominik Csa