Skip to content
Snippets Groups Projects
Commit 11c8b5a1 authored by Mike Greiling's avatar Mike Greiling
Browse files

Merge branch 'psimyn-incident-report-section-ce' into 'master'

CE backport of Add Incidents section to Operations settings

See merge request gitlab-org/gitlab-ce!25939
parents d3d24bb4 cc2ed858
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,10 @@
}
 
.settings {
border-bottom: 1px solid $gray-darker;
// border-top for each item except the top one
+ .settings {
border-top: 1px solid $border-color;
}
 
&:first-of-type {
margin-top: 10px;
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
- setting = error_tracking_setting
 
%section.settings.expanded.border-0.no-animate
%section.settings.expanded.no-animate
.settings-header
%h4
= _('Error Tracking')
Loading
Loading
Loading
Loading
@@ -2,5 +2,6 @@
- page_title _('Operations Settings')
- breadcrumb_title _('Operations Settings')
 
= render_if_exists 'projects/settings/operations/incidents'
= render 'projects/settings/operations/error_tracking', expanded: true
= render_if_exists 'projects/settings/operations/tracing'
Loading
Loading
@@ -18,6 +18,7 @@ describe 'projects/settings/operations/show' do
allow(view).to receive(:error_tracking_setting)
.and_return(error_tracking_setting)
allow(view).to receive(:current_user).and_return(user)
allow(view).to receive(:incident_management_available?) { false }
end
 
let!(:error_tracking_setting) do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment