From 8e1b1e3a76490c3646e35a3549f676fd9af0485e Mon Sep 17 00:00:00 2001
From: Mayra Cabrera
Date: Thu, 1 Mar 2018 12:23:22 -0600
Subject: Readjust code with new changes:
- Readapt clusters/components/applications.vue to also include Runner
row
- Adjust Ingress to new architecture for the install command
---
.../clusters/components/applications.vue | 21 ++++++++++++++++++---
app/models/clusters/concerns/application_core.rb | 20 --------------------
spec/models/clusters/applications/ingress_spec.rb | 4 ----
3 files changed, 18 insertions(+), 27 deletions(-)
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 35618398468..932635472c1 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -99,10 +99,10 @@
`;
},
- gitlabRunnerDescription() {
+ runnerDescription() {
return _.escape(s__(
- `ClusterIntegration|GitLab Runner is the open source project that is used to run your jobs
- and send the results back to GitLab.`,
+ `ClusterIntegration|GitLab Runner connects to this project's repository and executes CI/CD jobs,
+ pushing results back and deploying applications to production.`,
));
},
prometheusDescription() {
@@ -256,6 +256,21 @@
>
+
+
+
+