Skip to content

Commit

Permalink
add client/site columns to alerts table
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 7, 2024
1 parent 2583e9a commit bb828b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/modals/alerts/AlertsOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,20 @@ export default {
sortable: true,
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",
label: "Agent",
Expand Down

0 comments on commit bb828b5

Please sign in to comment.