Re: [pve-devel] [PATCH v3 manager] gui: add revert button for lxc pending changes

2019-10-30 Thread Thomas Lamprecht
On 10/29/19 3:38 PM, Oguz Bektas wrote: > adds the pending button for Resources, Options and DNS screens. > > Co-developed-by: Dominik Csapak > Signed-off-by: Oguz Bektas > --- > > v2->v3: > * use getStore() instead of rstore while checking for datachanged, in > light of Dominik's debugging (th

[pve-devel] [PATCH v3 manager] gui: add revert button for lxc pending changes

2019-10-29 Thread Oguz Bektas
adds the pending button for Resources, Options and DNS screens. Co-developed-by: Dominik Csapak Signed-off-by: Oguz Bektas --- v2->v3: * use getStore() instead of rstore while checking for datachanged, in light of Dominik's debugging (thanks!) * add missing startUpdate to DNS.js * remove FIXME