mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Make draggable a prop
This commit is contained in:
parent
04a11626f5
commit
8d957a53e2
4 changed files with 6 additions and 5 deletions
|
@ -32,6 +32,6 @@ onMounted(async() => {
|
|||
<PageHeader title="DNAT Rules">
|
||||
<button @click="loadRules">Load Rules</button>
|
||||
</PageHeader>
|
||||
<NiceTable :columns="columns" v-model:data="rules"/>
|
||||
<NiceTable :columns="columns" v-model:data="rules" draggable="true"/>
|
||||
</div>
|
||||
</template>
|
|
@ -33,6 +33,6 @@ onMounted(async() => {
|
|||
<PageHeader title="Forward Rules">
|
||||
<button @click="loadRules">Load Rules</button>
|
||||
</PageHeader>
|
||||
<NiceTable :columns="columns" v-model:data="rules"/>
|
||||
<NiceTable :columns="columns" v-model:data="rules" draggable="true"/>
|
||||
</div>
|
||||
</template>
|
|
@ -32,6 +32,6 @@ onMounted(async() => {
|
|||
<PageHeader title="SNAT Rules">
|
||||
<button @click="loadRules">Load Rules</button>
|
||||
</PageHeader>
|
||||
<NiceTable :columns="columns" v-model:data="rules"/>
|
||||
<NiceTable :columns="columns" v-model:data="rules" draggable="true"/>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue