mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Do not show deleted host metrics
This commit is contained in:
parent
32a56311e6
commit
5be90fd36b
@ -19,6 +19,7 @@ const QS_CONFIG = getQSConfig('host_metrics', {
|
||||
page: 1,
|
||||
page_size: 20,
|
||||
order_by: 'hostname',
|
||||
deleted: false,
|
||||
});
|
||||
|
||||
function HostMetrics() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user