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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6c8013a3
Commit
6c8013a3
authored
Jan 09, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
16b00297
1b7c04e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
app/assets/javascripts/registry/components/table_registry.vue
...assets/javascripts/registry/components/table_registry.vue
+4
-2
changelogs/unreleased/monospace-registry-tags.yml
changelogs/unreleased/monospace-registry-tags.yml
+5
-0
No files found.
app/assets/javascripts/registry/components/table_registry.vue
View file @
6c8013a3
...
...
@@ -70,7 +70,7 @@ export default {
</thead>
<tbody>
<tr
v-for=
"item in repo.list"
:key=
"item.tag"
>
<td>
<td
class=
"monospace"
>
{{
item
.
tag
}}
<clipboard-button
v-if=
"item.location"
...
...
@@ -80,7 +80,9 @@ export default {
/>
</td>
<td>
<span
v-gl-tooltip
.
bottom
:title=
"item.revision"
>
{{
item
.
shortRevision
}}
</span>
<span
v-gl-tooltip
.
bottom
class=
"monospace"
:title=
"item.revision"
>
{{
item
.
shortRevision
}}
</span>
</td>
<td>
{{
formatSize
(
item
.
size
)
}}
...
...
changelogs/unreleased/monospace-registry-tags.yml
0 → 100644
View file @
6c8013a3
---
title
:
Use monospace font for registry table tag id and tag name
merge_request
:
24205
author
:
type
:
other
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