mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Remove Interfaces Apply Button
This commit is contained in:
parent
61ac544723
commit
27a2eabd82
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ onMounted(async() => {
|
|||
|
||||
<template>
|
||||
<TableView title="Interfaces" :columns="columns" :loading="loading" v-model:selection="selection" v-model:data="displayData" :table-props="{sort:true, sortSelf: true}">
|
||||
<button @click="apply">Apply</button>
|
||||
<button @click="load">Refresh</button>
|
||||
<button @click="load">Create</button>
|
||||
<button @click="load" :disabled="selection.length != 1">Edit</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue