1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

fix: 解决容器未能正常运行情况下的页面显示异常问题 (#3527)

This commit is contained in:
ssongliu 2024-01-08 17:38:40 +08:00 committed by GitHub
parent 6130d4e026
commit 2dc63e152b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ const goRouter = async (key: string) => {
};
const isDB = () => {
return key.value === 'mysql' || key.value === 'mariadb';
return key.value === 'mysql' || key.value === 'mariadb' || key.value === 'postgresql';
};
const onCheck = async () => {