Skip to content

Refactor redundant divs on Kubernetes apps page

Daniel Tian requested to merge 207322-remove-redundant-slots into master

What does this MR do?

On the Kubernetes applications list, each application has an <application-row> that uses a <template #description>, where every template's first child is a <div>. Rather than repeat this for every application, this MR moves the div into the <application-row> component.

Note that this MR is easier viewed by unchecking "Show whitespace changes":

Screenshot_from_2020-06-04_02-58-12

Screenshots

Page looks the same, this is a backstage change
Screenshot_from_2020-06-04_02-55-46

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports