mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Do not show deleted host metrics
This commit is contained in:
committed by
John Westcott IV
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() {
|
||||
|
||||
Reference in New Issue
Block a user