[pve-devel] [PATCH v3 0/4] timezones for containers
Oguz Bektas
o.bektas at proxmox.com
Thu Jul 2 14:49:10 CEST 2020
v3 of the timezone series.
since pve-common patch has already been applied, it's not included.
only the widget-toolkit patch is different than v2.
v2->v3:
* use radiofield in widget-toolkit
proxmox-widget-toolkit:
Oguz Bektas (1):
add TimezonePanel for containers
src/Makefile | 1 +
src/data/TimezoneStore.js | 2 +-
src/panel/TimezonePanel.js | 91 ++++++++++++++++++++++++++++++++++++++
3 files changed, 93 insertions(+), 1 deletion(-)
create mode 100644 src/panel/TimezonePanel.js
pve-manager:
Oguz Bektas (2):
add timezone setting to lxc options
add timezone option to container creation wizard
www/manager6/lxc/CreateWizard.js | 16 +++++++++++++---
www/manager6/lxc/Options.js | 13 +++++++++++++
2 files changed, 26 insertions(+), 3 deletions(-)
pve-container:
Oguz Bektas (1):
fix #1423: add timezone config option
src/PVE/LXC/Config.pm | 14 ++++++++++++++
src/PVE/LXC/Setup.pm | 13 +++++++++++++
src/PVE/LXC/Setup/Base.pm | 33 ++++++++++++++++++++++++++++++---
3 files changed, 57 insertions(+), 3 deletions(-)
--
2.20.1
More information about the pve-devel
mailing list