Commit 7329dd88 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'snowplow_fix_uri_placeholder' into 'master'

Remove https from Snowplow Collector URI placeholder in Admin Area

See merge request gitlab-org/gitlab-ee!6886
parents c59000a7 2e4cd2ba
......@@ -9,7 +9,7 @@
Enable Snowplow
.form-group
= f.label :snowplow_collector_uri, 'Collector URI', class: 'label-light'
= f.text_field :snowplow_collector_uri, class: 'form-control', placeholder: 'https://snowplow.example.com'
= f.text_field :snowplow_collector_uri, class: 'form-control', placeholder: 'snowplow.example.com'
.form-group
= f.label :snowplow_site_id, class: 'label-light' do
Site ID
......
---
title: Remove https from Snowplow Collector URI placeholder in Admin Areawq
merge_request: 6886
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment