Skip to content

Commit

Permalink
fix: 修改 PostgreSQL 容器内部端口 (#6275)
Browse files Browse the repository at this point in the history
Refs #6274
  • Loading branch information
ssongliu authored Aug 28, 2024
1 parent 6597caa commit 5b00286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/database/postgresql/conn/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<CopyButton :content="loadPgInfo(true)" type="icon" />
</el-descriptions-item>
<el-descriptions-item :label="$t('database.connPort')">
{{ form.port }}
<CopyButton :content="form.port + ''" type="icon" />
5432
<CopyButton content="5432" type="icon" />
</el-descriptions-item>
</el-descriptions>
</el-card>
Expand Down

0 comments on commit 5b00286

Please sign in to comment.