add client/site columns to alerts table
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user