add search field to agent table

This commit is contained in:
wh1te909
2020-08-30 08:40:17 +00:00
parent d0715ccd80
commit 1fb46daa4a
3 changed files with 35 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
class="agents-tbl-sticky"
:style="{'max-height': agentTableHeight}"
:data="filter"
:filter="search"
:columns="columns"
row-key="id"
binary-state-sort
@@ -364,7 +365,7 @@ import RunScript from "@/components/modals/agents/RunScript";
export default {
name: "AgentTable",
props: ["frame", "columns", "tab", "filter", "userName"],
props: ["frame", "columns", "tab", "filter", "userName", "search"],
components: {
EditAgent,
RebootLater,