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

2019-10-22 Thread Oguz Bektas
found a small typo. lmk if you want a v2, probably better after being reviewed > diff --git a/www/manager6/lxc/Resources.js b/www/manager6/lxc/Resources.js > index 8b924a49..b31e101a 100644 > --- a/www/manager6/lxc/Resources.js > +++ b/www/manager6/lxc/Resources.js > @@ -215,6 +215,31 @@ Ext.defin

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

2019-10-21 Thread Oguz Bektas
adds the pending button for Resources, Options and DNS screens. Signed-off-by: Oguz Bektas --- www/manager6/lxc/DNS.js | 39 +++-- www/manager6/lxc/Options.js | 54 +-- www/manager6/lxc/Resources.js | 31 +++- 3 files ch