We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd3df7 + 2e05841 commit 810f598Copy full SHA for 810f598
src/components/databases/oracle/OracleDBs.vue
@@ -30,6 +30,7 @@
30
<template slot="bodyData" slot-scope="rowData">
31
<TdContent :value="rowData.scope.name" class="first-col" />
32
<TdContent :value="rowData.scope.uniqueName" />
33
+ <TdContent :value="rowData.scope.dbID" />
34
<HostLink :hostname="[rowData.scope.hostname, rowData.scope.name]" />
35
<TdIcon
36
:value="rowData.scope.archivelog"
src/components/databases/oracle/oracle-head.json
@@ -7,6 +7,10 @@
7
"sort": "uniqueName",
8
"langKey": "common.collumns.uniqueName"
9
},
10
+ {
11
+ "sort": "dbID",
12
+ "langKey": "DB ID"
13
+ },
14
{
15
"sort": "hostname",
16
"langKey": "common.collumns.hostname"
0 commit comments