From d4763515c1ec40f2dadf85736d51eecc80a8d18b Mon Sep 17 00:00:00 2001 From: Jose Vargas Date: Tue, 16 Oct 2018 16:56:07 -0500 Subject: Add missing state on the application row component This fixes the application row component weird state when an `updating` status is fetched, this causes apps to show as uninstalled even though they are installed in the cluster. --- .../clusters/components/application_row.vue | 293 +++++++++++---------- app/assets/javascripts/clusters/constants.js | 1 + 2 files changed, 152 insertions(+), 142 deletions(-) (limited to 'app') diff --git a/app/assets/javascripts/clusters/components/application_row.vue b/app/assets/javascripts/clusters/components/application_row.vue index 0452729d3ff..236bb1394c8 100644 --- a/app/assets/javascripts/clusters/components/application_row.vue +++ b/app/assets/javascripts/clusters/components/application_row.vue @@ -1,153 +1,162 @@