Skip to content

Commit 2e05841

Browse files
committed
Add db id on dblist oracle
1 parent 5e4832a commit 2e05841

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/databases/oracle/OracleDBs.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<template slot="bodyData" slot-scope="rowData">
3131
<TdContent :value="rowData.scope.name" class="first-col" />
3232
<TdContent :value="rowData.scope.uniqueName" />
33+
<TdContent :value="rowData.scope.dbID" />
3334
<HostLink :hostname="[rowData.scope.hostname, rowData.scope.name]" />
3435
<TdIcon
3536
:value="rowData.scope.archivelog"

src/components/databases/oracle/oracle-head.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"sort": "uniqueName",
88
"langKey": "common.collumns.uniqueName"
99
},
10+
{
11+
"sort": "dbID",
12+
"langKey": "DB ID"
13+
},
1014
{
1115
"sort": "hostname",
1216
"langKey": "common.collumns.hostname"

0 commit comments

Comments
 (0)