diff --git a/detail/workload/index.vue b/detail/workload/index.vue index f1ed01e5f5..116847256f 100644 --- a/detail/workload/index.vue +++ b/detail/workload/index.vue @@ -29,7 +29,6 @@ export const WORKLOAD_TYPE_TO_KIND_MAPPING = { const METRICS_SUPPORTED_KINDS = [ WORKLOAD_TYPES.DAEMON_SET, - WORKLOAD_TYPES.JOB, WORKLOAD_TYPES.REPLICA_SET, WORKLOAD_TYPES.STATEFUL_SET ];