Skip to content

Commit 05d1719

Browse files
authored
Merge pull request #971 from ercole-io/fix-bugs
Put pagination on host details schemas table
2 parents bc20bf3 + f210960 commit 05d1719

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/hosts/hostDetails/oracle/databases/DbSchemas.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<template>
22
<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-
>
3+
<FullTable :tableData="schemas" :keys="keys" :isLoadingTable="false">
124
<template slot="headData">
135
<v-th sortKey="user">User</v-th>
146
<v-th sortKey="total">Total</v-th>

0 commit comments

Comments
 (0)