Skip to content

Fix Kubernetes applications template issues

Daniel Tian requested to merge 207322-fix-component-issues into master

What does this MR do?

This MR fixes a few issues with the Kubernetes applications template:

  1. Removed elasticsearchLogo, jeagerLogo, and meltanoLogo because they're unused. The images themselves were not deleted, just the usages of them.
  2. Moved some data properties that are static and don't need reactivity, to .$options properties.
  3. Removed some unused computed properties.
  4. Improved some if-else logic in the template.
  5. Added IDs to <input>s that have labels with a for attribute.

Screenshots

Page looks the same, changes are behind-the-scenes only
Screenshot_from_2020-05-28_02-37-40

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports