Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
749fe73e
Unverified
Commit
749fe73e
authored
2 years ago
by
Claire
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add tooltip for instance delivery warnings (#17854)
parent
8751c3c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/admin/instances/_instance.html.haml
+1
-1
1 addition, 1 deletion
app/views/admin/instances/_instance.html.haml
config/locales/en.yml
+1
-0
1 addition, 0 deletions
config/locales/en.yml
with
2 additions
and
1 deletion
app/views/admin/instances/_instance.html.haml
+
1
−
1
View file @
749fe73e
.directory__tag
=
link_to
admin_instance_path
(
instance
)
do
%h4
=
fa_icon
'warning fw'
if
instance
.
failing?
=
fa_icon
'warning fw'
,
title:
t
(
'admin.instances.availability.warning'
)
if
instance
.
failing?
=
instance
.
domain
%small
...
...
This diff is collapsed.
Click to expand it.
config/locales/en.yml
+
1
−
0
View file @
749fe73e
...
...
@@ -490,6 +490,7 @@ en:
other
:
Failed attempts on %{count} different days.
no_failures_recorded
:
No failures on record.
title
:
Availability
warning
:
The last attempt to connect to this server has been unsuccessful
back_to_all
:
All
back_to_limited
:
Limited
back_to_warning
:
Warning
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment