diff --git a/dashboard/src2/objects/site.js b/dashboard/src2/objects/site.js index 2796816..632afad 100644 --- a/dashboard/src2/objects/site.js +++ b/dashboard/src2/objects/site.js @@ -1259,7 +1259,7 @@ export default { condition: () => site.pg.status !== 'Archived' && site.pg?.setup_wizard_complete, onClick() { - window.open(`https://${site.name}`, '_blank'); + window.open(`https://${site.name}/app`, '_blank'); }, }, { diff --git a/jcloud/hooks.py b/jcloud/hooks.py index 371794b..af7139e 100644 --- a/jcloud/hooks.py +++ b/jcloud/hooks.py @@ -178,7 +178,6 @@ scheduler_events = { "jcloud.experimental.pagetype.referral_bonus.referral_bonus.credit_referral_bonuses", "jcloud.jcloud.pagetype.log_counter.log_counter.record_counts", "jcloud.jcloud.pagetype.incident.incident.notify_ignored_servers", - "jcloud.jcloud.pagetype.site.site.send_renew_notification", ], "daily_long": [ "jcloud.jcloud.audit.check_bench_fields", @@ -305,6 +304,9 @@ scheduler_events = { "0 1 * * *": [ "jcloud.jcloud.pagetype.site.site.deactivate_expired_sites", ], + "0 10 * * *": [ + "jcloud.jcloud.pagetype.site.site.send_renew_notification", + ], }, } diff --git a/jcloud/translations/zh.csv b/jcloud/translations/zh.csv index b3a5b6b..9576df8 100644 --- a/jcloud/translations/zh.csv +++ b/jcloud/translations/zh.csv @@ -131,7 +131,7 @@ IP Address,IP地址, Image,图像, Impersonate Team,模拟团队, In Progress,进行中, -Inactive,非活动的, +Inactive,未激活, Index,索引, Info,信息, Instance Type,实例类型,