Do not show deleted host metrics

This commit is contained in:
Zita Nemeckova 2023-02-28 11:57:13 +01:00 committed by John Westcott IV
parent 32a56311e6
commit 5be90fd36b

View File

@ -19,6 +19,7 @@ const QS_CONFIG = getQSConfig('host_metrics', {
page: 1,
page_size: 20,
order_by: 'hostname',
deleted: false,
});
function HostMetrics() {