Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fork4
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CodeLinaro
hoperuntest
aa
bb
cc
fork4
Commits
2d52ba33
Unverified
Commit
2d52ba33
authored
4 years ago
by
takumi9942
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: hidden download button in admin locale page on smaller screens (#2429)
parent
1404d634
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/components/admin/admin-locale.vue
+2
-2
2 additions, 2 deletions
client/components/admin/admin-locale.vue
with
2 additions
and
2 deletions
client/components/admin/admin-locale.vue
+
2
−
2
View file @
2d52ba33
...
...
@@ -15,7 +15,7 @@
span
{{
$t
(
'
common:actions.apply
'
)
}}
v-form.pt-3
v-layout(row wrap)
v-flex(
lg6
xs12)
v-flex(
xl6 lg5
xs12)
v-card.wiki-form.animated.fadeInUp
v-toolbar(color='primary', dark, dense, flat)
v-toolbar-title.subtitle-1
{{
$t
(
'
admin:locale.settings
'
)
}}
...
...
@@ -98,7 +98,7 @@
v
-
list
-
item
-
subtitle
(
v
-
html
=
'
data.item.nativeName
'
)
v
-
list
-
item
-
action
v
-
checkbox
(:
input
-
value
=
'
data.attrs.inputValue
'
,
color
=
'
primary
'
,
value
)
v
-
flex
(
lg6
xs12
)
v
-
flex
(
xl6
lg7
xs12
)
v
-
card
.
animated
.
fadeInUp
.
wait
-
p4s
v
-
toolbar
(
color
=
'
teal
'
,
dark
,
dense
,
flat
)
v
-
toolbar
-
title
.
subtitle
-
1
{{
$t
(
'
admin:locale.downloadTitle
'
)
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment