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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
ace92229
Commit
ace92229
authored
Jan 09, 2019
by
Clement Ho
Committed by
Filipa Lacerda
Jan 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use monospace font for registry table tag id and tag name
parent
c8ff1664
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 @
ace92229
...
...
@@ -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 @
ace92229
---
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