mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Use TableView in Services
This commit is contained in:
parent
aa9edc94cf
commit
d54ceb8a0f
1 changed files with 1 additions and 6 deletions
|
@ -66,10 +66,5 @@ onMounted(async() => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<TableView title="Services" :columns="columns" :load-data="load" v-model:data="displayData" :table-props="{sort:true, sortSelf: true}"/>
|
||||||
<PageHeader title="Services">
|
|
||||||
<button @click="load">Load Services</button>
|
|
||||||
</PageHeader>
|
|
||||||
<NiceTable :columns="columns" v-model:data="displayData" :sort="true" :sort-self="true"/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
Loading…
Add table
Reference in a new issue