Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Gitlab-ee 服务器中包含了 LDAP,并成功地将一个选项卡名称更改为公司名称。但是,对于管理员登录选项卡,它显示为standard。我想改成Admin。它是如何完成的?
standard
Admin
我在这个google group question 中看到了,但由于给定的链接没有为自托管的 Gitlab 打开,所以没有成功。
/opt/gitlab/embedded/service/gitlab-rails/app/views/device/shared/_tabs_ldap.html.haml
Standard
gitlab-ctrl restart
直接在服务器上编辑文件 app/views/devise/shared/_tabs_ldap.html.haml并使用gitlab-ctl restart.
app/views/devise/shared/_tabs_ldap.html.haml
gitlab-ctl restart