Skip to content

Commit 810f598

Browse files
authored
Merge pull request #855 from ercole-io/databases-dbid
Add db id on dblist oracle
2 parents 0cd3df7 + 2e05841 commit 810f598

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)