Skip to content

Commit

Permalink
Merge pull request rancher#10139 from richard-cox/remove-todo
Browse files Browse the repository at this point in the history
Remove testing artefact
  • Loading branch information
richard-cox authored Dec 12, 2023
2 parents 8f0c769 + 2397f3c commit b9437cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/chart/monitoring/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export default {
// Are we editing an existing chart?
// (ported from shell/chart/monitoring/prometheus/index.vue)
// const { existing = false } = this.$attrs; // TODO: RC
const existing = false;
const { existing = false } = this.$attrs;
// If needed, fetch all the workloads that have prometheus operator like containers
this.workloadTypes = !existing ? Object.values(WORKLOAD_TYPES) : [];
Expand Down

0 comments on commit b9437cc

Please sign in to comment.