Skip to content

Cluster list redesign > Add clusters boilerplate

Jacques Erasmus requested to merge add-cluster-size-boilerplate-fe into master

What does this MR do?

This is the 1st iteration towards completing #196544 (closed).

In order for us to deliver the frontend for #196544 (closed) we need to move the current haml implementation for displaying the list of cluster to a Vue app.

Why? Due to the async way the backend retrieves some of the cluster data, some of the cluster information might not be available by the time the page loads. We'll need to work towards implementing a polling mechanism on the frontend to ensure that the frontend accurately reflects the state of the clusters.

Note: All changes in this MR is behind the clusters_list_redesign feature flag.

Screenshots

Screenshot_2020-02-26_at_17.41.07

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports