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:
parent
6130d4e026
commit
2dc63e152b
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user