diff --git a/web/_data/serverState.ts b/web/_data/serverState.ts index 59cc3f585..7d0c6f673 100644 --- a/web/_data/serverState.ts +++ b/web/_data/serverState.ts @@ -33,7 +33,7 @@ const staticGuid = '1111-1111-5GDB-123412341234'; // const blacklistedGuid = '154B-00EE-0700-9B50CF819816'; const uptime = Date.now() - 60 * 60 * 1000; // 1 hour ago -const twentyDaysAgo = Date.now() - 20 * 24 * 60 * 60 * 1000; // 20 days ago +// const twentyDaysAgo = Date.now() - 20 * 24 * 60 * 60 * 1000; // 20 days ago const ninetyDaysAgo = Date.now() - 90 * 24 * 60 * 60 * 1000; // 90 days ago const twoDaysAgo = Date.now() - 2 * 24 * 60 * 60 * 1000; // 2 days ago // const oneDayAgo = Date.now() - 24 * 60 * 60 * 1000; // 1 day ago diff --git a/web/components/UpdateOs/CheckUpdateResponseModal.vue b/web/components/UpdateOs/CheckUpdateResponseModal.vue index ad635d8fd..0b88a7323 100644 --- a/web/components/UpdateOs/CheckUpdateResponseModal.vue +++ b/web/components/UpdateOs/CheckUpdateResponseModal.vue @@ -237,8 +237,8 @@ onBeforeMount(() => {