Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9ecc3f7d
Commit
9ecc3f7d
authored
Feb 20, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates headers in ops settings page
parent
bff67c23
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
app/assets/javascripts/grafana_integration/components/grafana_integration.vue
...ts/grafana_integration/components/grafana_integration.vue
+2
-2
app/assets/javascripts/operation_settings/components/external_dashboard.vue
...ipts/operation_settings/components/external_dashboard.vue
+2
-2
app/views/projects/settings/operations/_error_tracking.html.haml
...ws/projects/settings/operations/_error_tracking.html.haml
+1
-1
app/views/projects/settings/operations/_incidents.html.haml
app/views/projects/settings/operations/_incidents.html.haml
+1
-1
ee/app/views/projects/settings/operations/_tracing.html.haml
ee/app/views/projects/settings/operations/_tracing.html.haml
+1
-1
No files found.
app/assets/javascripts/grafana_integration/components/grafana_integration.vue
View file @
9ecc3f7d
...
@@ -55,9 +55,9 @@ export default {
...
@@ -55,9 +55,9 @@ export default {
<
template
>
<
template
>
<section
id=
"grafana"
class=
"settings no-animate js-grafana-integration"
>
<section
id=
"grafana"
class=
"settings no-animate js-grafana-integration"
>
<div
class=
"settings-header"
>
<div
class=
"settings-header"
>
<h
4
class=
"js-section-header
"
>
<h
3
class=
"js-section-header h4
"
>
{{
s__
(
'
GrafanaIntegration|Grafana Authentication
'
)
}}
{{
s__
(
'
GrafanaIntegration|Grafana Authentication
'
)
}}
</h
4
>
</h
3
>
<gl-button
class=
"js-settings-toggle"
>
{{
__
(
'
Expand
'
)
}}
</gl-button>
<gl-button
class=
"js-settings-toggle"
>
{{
__
(
'
Expand
'
)
}}
</gl-button>
<p
class=
"js-section-sub-header"
>
<p
class=
"js-section-sub-header"
>
{{
s__
(
'
GrafanaIntegration|Embed Grafana charts in GitLab issues.
'
)
}}
{{
s__
(
'
GrafanaIntegration|Embed Grafana charts in GitLab issues.
'
)
}}
...
...
app/assets/javascripts/operation_settings/components/external_dashboard.vue
View file @
9ecc3f7d
...
@@ -33,9 +33,9 @@ export default {
...
@@ -33,9 +33,9 @@ export default {
<
template
>
<
template
>
<section
class=
"settings no-animate"
>
<section
class=
"settings no-animate"
>
<div
class=
"settings-header"
>
<div
class=
"settings-header"
>
<h
4
class=
"js-section-header
"
>
<h
3
class=
"js-section-header h4
"
>
{{
s__
(
'
ExternalMetrics|External Dashboard
'
)
}}
{{
s__
(
'
ExternalMetrics|External Dashboard
'
)
}}
</h
4
>
</h
3
>
<gl-button
class=
"js-settings-toggle"
>
{{
__
(
'
Expand
'
)
}}
</gl-button>
<gl-button
class=
"js-settings-toggle"
>
{{
__
(
'
Expand
'
)
}}
</gl-button>
<p
class=
"js-section-sub-header"
>
<p
class=
"js-section-sub-header"
>
{{
{{
...
...
app/views/projects/settings/operations/_error_tracking.html.haml
View file @
9ecc3f7d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
%section
.settings.no-animate.js-error-tracking-settings
%section
.settings.no-animate.js-error-tracking-settings
.settings-header
.settings-header
%h
4
%h
3
{
:class
=>
"h4"
}
=
_
(
'Error Tracking'
)
=
_
(
'Error Tracking'
)
%button
.btn.js-settings-toggle
{
type:
'button'
}
%button
.btn.js-settings-toggle
{
type:
'button'
}
=
_
(
'Expand'
)
=
_
(
'Expand'
)
...
...
app/views/projects/settings/operations/_incidents.html.haml
View file @
9ecc3f7d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
%section
.settings.no-animate.qa-incident-management-settings
%section
.settings.no-animate.qa-incident-management-settings
.settings-header
.settings-header
%h
4
=
_
(
'Incidents'
)
%h
3
{
:class
=>
"h4"
}
=
_
(
'Incidents'
)
%button
.btn.js-settings-toggle
{
type:
'button'
}
%button
.btn.js-settings-toggle
{
type:
'button'
}
=
_
(
'Expand'
)
=
_
(
'Expand'
)
%p
%p
...
...
ee/app/views/projects/settings/operations/_tracing.html.haml
View file @
9ecc3f7d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
%section
.settings.border-0.no-animate
%section
.settings.border-0.no-animate
.settings-header
{
:class
=>
"border-top"
}
.settings-header
{
:class
=>
"border-top"
}
%h
4
%h
3
{
:class
=>
"h4"
}
=
_
(
"Jaeger tracing"
)
=
_
(
"Jaeger tracing"
)
%button
.btn.js-settings-toggle
{
type:
'button'
}
%button
.btn.js-settings-toggle
{
type:
'button'
}
=
_
(
'Expand'
)
=
_
(
'Expand'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment