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:
authorChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
committerChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
commit6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4 (patch)
treeb2236e897a2fb722fe4236e34521157bc96e613a /spec/javascripts/clusters/components
parent93cafdb45d6671ab9693e49f2224119d36e8a210 (diff)
Rename knative domainname field to hostname and fix changelog entry
Diffstat (limited to 'spec/javascripts/clusters/components')
-rw-r--r--spec/javascripts/clusters/components/applications_spec.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/javascripts/clusters/components/applications_spec.js b/spec/javascripts/clusters/components/applications_spec.js
index 3946e1bccf9..5471b39ceba 100644
--- a/spec/javascripts/clusters/components/applications_spec.js
+++ b/spec/javascripts/clusters/components/applications_spec.js
@@ -92,7 +92,7 @@ describe('Applications', () => {
runner: { title: 'GitLab Runner' },
prometheus: { title: 'Prometheus' },
jupyter: { title: 'JupyterHub', hostname: '' },
- knative: { title: 'Knative', domainname: '' },
+ knative: { title: 'Knative', hostname: '' },
},
});
@@ -112,7 +112,7 @@ describe('Applications', () => {
runner: { title: 'GitLab Runner' },
prometheus: { title: 'Prometheus' },
jupyter: { title: 'JupyterHub', hostname: '' },
- knative: { title: 'Knative', domainname: '' },
+ knative: { title: 'Knative', hostname: '' },
},
});
@@ -131,7 +131,7 @@ describe('Applications', () => {
runner: { title: 'GitLab Runner' },
prometheus: { title: 'Prometheus' },
jupyter: { title: 'JupyterHub', hostname: '', status: 'installable' },
- knative: { title: 'Knative', domainname: '', status: 'installable' },
+ knative: { title: 'Knative', hostname: '', status: 'installable' },
},
});
@@ -148,7 +148,7 @@ describe('Applications', () => {
runner: { title: 'GitLab Runner' },
prometheus: { title: 'Prometheus' },
jupyter: { title: 'JupyterHub', hostname: '', status: 'installable' },
- knative: { title: 'Knative', domainname: '', status: 'installable' },
+ knative: { title: 'Knative', hostname: '', status: 'installable' },
},
});
@@ -165,7 +165,7 @@ describe('Applications', () => {
runner: { title: 'GitLab Runner' },
prometheus: { title: 'Prometheus' },
jupyter: { title: 'JupyterHub', status: 'installed', hostname: '' },
- knative: { title: 'Knative', status: 'installed', domainname: '' },
+ knative: { title: 'Knative', status: 'installed', hostname: '' },
},
});