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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
3c0da6fb
Commit
3c0da6fb
authored
7 years ago
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove icon from reset health check token button
parent
1d5d2a10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
app/views/admin/health_check/show.html.haml
app/views/admin/health_check/show.html.haml
+4
-5
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+3
-5
No files found.
app/views/admin/health_check/show.html.haml
View file @
3c0da6fb
...
@@ -10,11 +10,10 @@
...
@@ -10,11 +10,10 @@
%p
%p
Access token is
Access token is
%code
#health-check-token
=
current_application_settings
.
health_check_access_token
%code
#health-check-token
=
current_application_settings
.
health_check_access_token
=
button_to
reset_health_check_token_admin_application_settings_path
,
.prepend-top-10
method: :put
,
class:
'btn btn-default'
,
=
button_to
"Reset health check access token"
,
reset_health_check_token_admin_application_settings_path
,
data:
{
confirm:
'Are you sure you want to reset the health check token?'
}
do
method: :put
,
class:
'btn btn-default'
,
=
icon
(
'spinner'
)
data:
{
confirm:
'Are you sure you want to reset the health check token?'
}
Reset health check access token
%p
.light
%p
.light
Health information can be retrieved from the following endpoints. More information is available
Health information can be retrieved from the following endpoints. More information is available
=
link_to
'here'
,
help_page_path
(
'user/admin_area/monitoring/health_check'
)
=
link_to
'here'
,
help_page_path
(
'user/admin_area/monitoring/health_check'
)
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/runners/index.html.haml
View file @
3c0da6fb
...
@@ -17,12 +17,10 @@
...
@@ -17,12 +17,10 @@
.pull-left
.pull-left
%p
%p
You can reset runners registration token by pressing a button below.
You can reset runners registration token by pressing a button below.
%p
.prepend-top-10
=
button_to
reset_runners_token_admin_application_settings_path
,
=
button_to
"Reset runners registration token"
,
reset_runners_token_admin_application_settings_path
,
method: :put
,
class:
'btn btn-default'
,
method: :put
,
class:
'btn btn-default'
,
data:
{
confirm:
'Are you sure you want to reset registration token?'
}
do
data:
{
confirm:
'Are you sure you want to reset registration token?'
}
=
icon
(
'spinner'
)
Reset runners registration token
.bs-callout
.bs-callout
%p
%p
...
...
This diff is collapsed.
Click to expand it.
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