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 bc20bf3 + f210960 commit 05d1719Copy full SHA for 05d1719
src/components/hosts/hostDetails/oracle/databases/DbSchemas.vue
@@ -1,14 +1,6 @@
1
<template>
2
<b-tab-item label="Schemas">
3
- <FullTable
4
- :tableData="schemas"
5
- :keys="keys"
6
- hideSearch
7
- hidePerpage
8
- hidePagination
9
- hideTopTable
10
- :isLoadingTable="false"
11
- >
+ <FullTable :tableData="schemas" :keys="keys" :isLoadingTable="false">
12
<template slot="headData">
13
<v-th sortKey="user">User</v-th>
14
<v-th sortKey="total">Total</v-th>
0 commit comments