diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index 1fa95a920..098876ff3 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -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 () => {