diff --git a/CHANGELOG.md b/CHANGELOG.md index 99730a3..ae3d99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * [#508 No timestamp in output file](https://github.com/WebTools-NG/WebTools-NG/issues/508) * [#521 Inconsistent Font sizing and spacing](https://github.com/WebTools-NG/WebTools-NG/issues/521) * [#529 Spelling error in ET file range dialogue](https://github.com/WebTools-NG/WebTools-NG/issues/529) +* [#531 Date-Time settings missing from settings](https://github.com/WebTools-NG/WebTools-NG/issues/531) * [#507 Download Module](https://github.com/WebTools-NG/WebTools-NG/issues/507) ## V0.3.17 (20220601) diff --git a/src/components/modules/Main/Settings/SettingsGeneral.vue b/src/components/modules/Main/Settings/SettingsGeneral.vue index 767e11c..78297a8 100644 --- a/src/components/modules/Main/Settings/SettingsGeneral.vue +++ b/src/components/modules/Main/Settings/SettingsGeneral.vue @@ -22,27 +22,40 @@ - - {{ $t('Modules.GlobalSettings.RestartNeeded') }} - - + + {{ $t('Modules.GlobalSettings.RestartNeeded') }} + + - - {{ $t('Modules.GlobalSettings.TTBetaTester') }} - - + + {{ $t('Modules.GlobalSettings.TTBetaTester') }} + + - - {{ $t('Modules.GlobalSettings.TTUpdate') }} - - - {{ this.getUpdate() }} - + + {{ $t('Modules.GlobalSettings.TTUpdate') }} + + + {{ this.getUpdate() }} + + + + + + + + + + + + + +
@@ -60,6 +73,7 @@