diff --git a/src/pages/EditMaintenance.vue b/src/pages/EditMaintenance.vue index eb9ef7fd7..493005a89 100644 --- a/src/pages/EditMaintenance.vue +++ b/src/pages/EditMaintenance.vue @@ -218,17 +218,17 @@
- +
{{ $t("startDateTime") }}
- +
{{ $t("endDateTime") }}
- +
@@ -272,7 +272,6 @@ export default { selectedStatusPages: [], dark: (this.$root.theme === "dark"), neverEnd: false, - minDate: this.$root.date(dayjs()) + " 00:00", lastDays: [ { langKey: "lastDay1", @@ -411,7 +410,7 @@ export default { cron: "30 3 * * *", durationMinutes: 60, intervalDay: 1, - dateRange: [ this.minDate ], + dateRange: [], timeRange: [{ hours: 2, minutes: 0,