Commit 87eb2b6e authored by Clement Ho's avatar Clement Ho

Merge branch 'sh-admin-gitaly-server-fix' into 'master'

Revert extra CSS causing Gitaly Servers table to be misalgined

Closes #47648

See merge request gitlab-org/gitlab-ce!19623
parents 1c28b624 9a19d898
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
- if @gitaly_servers.any? - if @gitaly_servers.any?
.table-holder .table-holder
%table.table.responsive-table %table.table.responsive-table
%thead.d-none.d-sm-none.d-md-block %thead
%tr %tr
%th= _("Storage") %th= _("Storage")
%th= n_("Gitaly|Address") %th= s_("Gitaly|Address")
%th= _("Server version") %th= _("Server version")
%th= _("Git version") %th= _("Git version")
%th= _("Up to date") %th= _("Up to date")
......
...@@ -2249,6 +2249,9 @@ msgstr "" ...@@ -2249,6 +2249,9 @@ msgstr ""
msgid "Gitaly" msgid "Gitaly"
msgstr "" msgstr ""
msgid "Gitaly|Address"
msgstr ""
msgid "Gitaly Servers" msgid "Gitaly Servers"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment