Added hosts action to the exporters/interfaces stats page table (#9777)

This commit is contained in:
Manuel Ceroni 2025-10-23 10:05:14 +02:00 committed by GitHub
parent 09d1e30e2f
commit 3afe5f3979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -43,6 +43,13 @@
"title_i18n": "flows",
"class": [],
"event_id": "click_button_flows"
},
{
"id": "hosts",
"icon": "fas fa-laptop",
"title_i18n": "hosts",
"class": [],
"event_id": "click_button_hosts"
}
]
},