add client/site columns to alerts table

This commit is contained in:
wh1te909
2024-11-07 21:06:36 +00:00
parent 2583e9ac9e
commit bb828b5996

View File

@@ -249,6 +249,20 @@ export default {
sortable: true, sortable: true,
format: (a) => this.formatDate(a), format: (a) => this.formatDate(a),
}, },
{
name: "client",
label: "Client",
field: "client",
align: "left",
sortable: true,
},
{
name: "site",
label: "Site",
field: "site",
align: "left",
sortable: true,
},
{ {
name: "hostname", name: "hostname",
label: "Agent", label: "Agent",