Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-05-30 01:42:07 +0300
committerEnrique Alcantara <ealcantara@gitlab.com>2019-05-31 01:19:38 +0300
commit2f0ec5c01761033edbadc1f450e4f414f86cc2d9 (patch)
tree95dd9bd9d81afd57edb398935daf72cec4ad39a8 /spec/frontend
parent60c58c757039bea7b141605bdb3b947eb10d0068 (diff)
Add updateSuccessful/Failed props to knative app
They are used to indicate when knative domain name has changed
Diffstat (limited to 'spec/frontend')
-rw-r--r--spec/frontend/clusters/stores/clusters_store_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/clusters/stores/clusters_store_spec.js b/spec/frontend/clusters/stores/clusters_store_spec.js
index aa926bb36d7..0d129349799 100644
--- a/spec/frontend/clusters/stores/clusters_store_spec.js
+++ b/spec/frontend/clusters/stores/clusters_store_spec.js
@@ -133,6 +133,8 @@ describe('Clusters Store', () => {
uninstallable: false,
uninstallSuccessful: false,
uninstallFailed: false,
+ updateSuccessful: false,
+ updateFailed: false,
},
cert_manager: {
title: 'Cert-Manager',