Skip to content
Snippets Groups Projects
Verified Commit 6ccbd417 authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

fix: Fixed tables to show all data (removed pagination, filtering and sorting)

Work in progress
parent ff853b47
Branches
Tags v1.7.0
No related merge requests found
Pipeline #4446 passed
This diff is collapsed.
{
"/app.js": "/app.js?id=cdd9fe6db22043b0530eab6925938b7b",
"/app.js": "/app.js?id=99150cf7a9205600cfb163f26e9d1744",
"/img/favicon.ico": "/img/favicon.ico?id=ddf9962d2b7fa394e573304df800cad6"
}
......@@ -13,6 +13,9 @@
:items="items"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
>
<template
v-slot:item.job="{ item }"
......
......@@ -13,6 +13,9 @@
:items="items"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
>
<template
v-slot:item.job="{ item }"
......
......@@ -46,6 +46,9 @@
:items="nodes"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
></v-data-table>
</v-card-text>
</v-card>
......
......@@ -13,6 +13,9 @@
:items="items"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
>
<template
v-slot:item.job="{ item }"
......
......@@ -13,6 +13,9 @@
:items="items"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
>
<template
v-slot:item.job="{ item }"
......
......@@ -9,6 +9,9 @@
:items="queues"
:loading="isLoading"
hide-default-footer
disable-filtering
disable-pagination
disable-sort
></v-data-table>
</v-card-text>
</v-card>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment