Commit 7677dcf9 authored by Mike Greiling's avatar Mike Greiling

Merge branch '40585-token-disclaimer' into 'master'

Indicate that tokens show in GitLab GUI are not the entire/full tokens

Closes #40585

See merge request gitlab-org/gitlab!25487
parents bfd6f39a 1320b0eb
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= runner_status_icon(runner) = runner_status_icon(runner)
- if @project_runners.include?(runner) - if @project_runners.include?(runner)
= link_to runner.short_sha, project_runner_path(@project, runner), class: 'commit-sha' = link_to runner.short_sha.concat("..."), project_runner_path(@project, runner), class: 'commit-sha has-tooltip', title: _("Partial token for reference only")
- if runner.locked? - if runner.locked?
= icon('lock', class: 'has-tooltip', title: _('Locked to current projects')) = icon('lock', class: 'has-tooltip', title: _('Locked to current projects'))
......
---
title: Improvement in token reference
merge_request:
author:
type: other
...@@ -13655,6 +13655,9 @@ msgstr "" ...@@ -13655,6 +13655,9 @@ msgstr ""
msgid "Part of merge request changes" msgid "Part of merge request changes"
msgstr "" msgstr ""
msgid "Partial token for reference only"
msgstr ""
msgid "Participants" msgid "Participants"
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