summaryrefslogtreecommitdiff
path: root/app/views/admin/health_check
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:49:18 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:49:18 -0500
commit917b7e0dd95fcf4f37abbab9f5e4ce40446d6e76 (patch)
treebf9a4d4871642445b61e9af80106c5e6a2d91901 /app/views/admin/health_check
parent63c9b63a3f2f996a2a7b40743613772a2351e842 (diff)
downloadgitlab-ce-917b7e0dd95fcf4f37abbab9f5e4ce40446d6e76.tar.gz
Rename .btn-default to .btn-secondary
Diffstat (limited to 'app/views/admin/health_check')
-rw-r--r--app/views/admin/health_check/_failing_storages.html.haml2
-rw-r--r--app/views/admin/health_check/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/health_check/_failing_storages.html.haml b/app/views/admin/health_check/_failing_storages.html.haml
index 6830201538d..d60102b65ea 100644
--- a/app/views/admin/health_check/_failing_storages.html.haml
+++ b/app/views/admin/health_check/_failing_storages.html.haml
@@ -12,4 +12,4 @@
= _("Access to failing storages has been temporarily disabled to allow the mount to recover. Reset storage information after the issue has been resolved to allow access again.")
.prepend-top-10
= button_to _("Reset git storage health information"), reset_storage_health_admin_health_check_path,
- method: :post, class: 'btn btn-default'
+ method: :post, class: 'btn btn-secondary'
diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml
index e31fb58b205..d9617f88347 100644
--- a/app/views/admin/health_check/show.html.haml
+++ b/app/views/admin/health_check/show.html.haml
@@ -11,7 +11,7 @@
%code#health-check-token= Gitlab::CurrentSettings.health_check_access_token
.prepend-top-10
= button_to _("Reset health check access token"), reset_health_check_token_admin_application_settings_path,
- method: :put, class: 'btn btn-default',
+ method: :put, class: 'btn btn-secondary',
data: { confirm: _('Are you sure you want to reset the health check token?') }
%p.light
#{ _('Health information can be retrieved from the following endpoints. More information is available') }