更新翻译修改访问站点的URL
This commit is contained in:
parent
b5700e0931
commit
8f18a47a1c
@ -1259,7 +1259,7 @@ export default {
|
|||||||
condition: () =>
|
condition: () =>
|
||||||
site.pg.status !== 'Archived' && site.pg?.setup_wizard_complete,
|
site.pg.status !== 'Archived' && site.pg?.setup_wizard_complete,
|
||||||
onClick() {
|
onClick() {
|
||||||
window.open(`https://${site.name}`, '_blank');
|
window.open(`https://${site.name}/app`, '_blank');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -178,7 +178,6 @@ scheduler_events = {
|
|||||||
"jcloud.experimental.pagetype.referral_bonus.referral_bonus.credit_referral_bonuses",
|
"jcloud.experimental.pagetype.referral_bonus.referral_bonus.credit_referral_bonuses",
|
||||||
"jcloud.jcloud.pagetype.log_counter.log_counter.record_counts",
|
"jcloud.jcloud.pagetype.log_counter.log_counter.record_counts",
|
||||||
"jcloud.jcloud.pagetype.incident.incident.notify_ignored_servers",
|
"jcloud.jcloud.pagetype.incident.incident.notify_ignored_servers",
|
||||||
"jcloud.jcloud.pagetype.site.site.send_renew_notification",
|
|
||||||
],
|
],
|
||||||
"daily_long": [
|
"daily_long": [
|
||||||
"jcloud.jcloud.audit.check_bench_fields",
|
"jcloud.jcloud.audit.check_bench_fields",
|
||||||
@ -305,6 +304,9 @@ scheduler_events = {
|
|||||||
"0 1 * * *": [
|
"0 1 * * *": [
|
||||||
"jcloud.jcloud.pagetype.site.site.deactivate_expired_sites",
|
"jcloud.jcloud.pagetype.site.site.deactivate_expired_sites",
|
||||||
],
|
],
|
||||||
|
"0 10 * * *": [
|
||||||
|
"jcloud.jcloud.pagetype.site.site.send_renew_notification",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -131,7 +131,7 @@ IP Address,IP地址,
|
|||||||
Image,图像,
|
Image,图像,
|
||||||
Impersonate Team,模拟团队,
|
Impersonate Team,模拟团队,
|
||||||
In Progress,进行中,
|
In Progress,进行中,
|
||||||
Inactive,非活动的,
|
Inactive,未激活,
|
||||||
Index,索引,
|
Index,索引,
|
||||||
Info,信息,
|
Info,信息,
|
||||||
Instance Type,实例类型,
|
Instance Type,实例类型,
|
||||||
|
|||||||
|
Loading…
x
Reference in New Issue
Block a user