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
3c6a661c
Commit
3c6a661c
authored
Jul 17, 2020
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused "alerts moved" callout from frontend
parent
20c359d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
app/assets/javascripts/persistent_user_callouts.js
app/assets/javascripts/persistent_user_callouts.js
+0
-1
app/views/projects/services/alerts/_top.html.haml
app/views/projects/services/alerts/_top.html.haml
+1
-1
app/views/projects/services/prometheus/_top.html.haml
app/views/projects/services/prometheus/_top.html.haml
+1
-1
No files found.
app/assets/javascripts/persistent_user_callouts.js
View file @
3c6a661c
...
...
@@ -5,7 +5,6 @@ const PERSISTENT_USER_CALLOUTS = [
'
.js-users-over-license-callout
'
,
'
.js-admin-licensed-user-count-threshold
'
,
'
.js-buy-pipeline-minutes-notification-callout
'
,
'
.js-alerts-moved-alert
'
,
'
.js-token-expiry-callout
'
,
];
...
...
app/views/projects/services/alerts/_top.html.haml
View file @
3c6a661c
.row
.col-lg-12
.gl-alert.gl-alert-info
.js-alerts-moved-alert
{
role:
'alert'
}
.gl-alert.gl-alert-info
{
role:
'alert'
}
=
sprite_icon
(
'information-o'
,
size:
16
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
.gl-alert-body
=
_
(
'You can now manage alert endpoint configuration in the Alerts section on the Operations settings page. Fields on this page have been deprecated.'
)
...
...
app/views/projects/services/prometheus/_top.html.haml
View file @
3c6a661c
...
...
@@ -2,7 +2,7 @@
.row
.col-lg-12
.gl-alert.gl-alert-info
.js-alerts-moved-alert
{
role:
'alert'
}
.gl-alert.gl-alert-info
{
role:
'alert'
}
=
sprite_icon
(
'information-o'
,
size:
16
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
.gl-alert-body
=
s_
(
'AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated.'
)
...
...
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