summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-22 19:31:03 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-22 19:31:03 +0100
commit57060295031f1ad2d5f058889561a68ede04d2f3 (patch)
tree76958f1a6d96d4c5895d47f2c7367d21dfb2869c /app/views
parent147f0428c00e7a10e908438a99a1558c24be41f4 (diff)
downloadgitlab-ce-57060295031f1ad2d5f058889561a68ede04d2f3.tar.gz
Expose auto_devops_domain in admin settings view
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/application_settings/_form.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index ba4ca88a8a9..d77d99180fe 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -249,7 +249,12 @@
.help-block
It will automatically build, test, and deploy applications based on a predefined CI/CD configuration
= link_to icon('question-circle'), help_page_path('topics/autodevops/index.md')
-
+ .form-group
+ = f.label :auto_devops_domain, class: 'control-label col-sm-2'
+ .col-sm-10
+ = f.text_field :auto_devops_domain, class: 'form-control', placeholder: 'domain.com'
+ .help-block
+ = s_("Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages.")
.form-group
.col-sm-offset-2.col-sm-10
.checkbox