add search field to agent table

This commit is contained in:
wh1te909
2020-08-30 08:40:17 +00:00
parent d43cf2754a
commit 35c0ae1ebe
2 changed files with 34 additions and 16 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,