mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 00:47:37 -02: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: 1,
|
||||||
page_size: 20,
|
page_size: 20,
|
||||||
order_by: 'hostname',
|
order_by: 'hostname',
|
||||||
|
deleted: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
function HostMetrics() {
|
function HostMetrics() {
|
||||||
|
|||||||
Reference in New Issue
Block a user