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
6ed2561a
Commit
6ed2561a
authored
Mar 27, 2021
by
Fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing pipeline
* Remove duplicate total size markup * Update snapshots * Update translations
parent
ed47410b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
ee/app/assets/javascripts/security_configuration/corpus_management/components/corpus_upload.vue
...figuration/corpus_management/components/corpus_upload.vue
+0
-2
ee/spec/frontend/security_configuration/corpus_management/components/__snapshots__/corpus_upload_spec.js.snap
...ement/components/__snapshots__/corpus_upload_spec.js.snap
+0
-4
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
ee/app/assets/javascripts/security_configuration/corpus_management/components/corpus_upload.vue
View file @
6ed2561a
...
@@ -35,8 +35,6 @@ export default {
...
@@ -35,8 +35,6 @@ export default {
class=
"gl-h-11 gl-bg-gray-10 gl-display-flex gl-justify-content-space-between gl-align-items-center"
class=
"gl-h-11 gl-bg-gray-10 gl-display-flex gl-justify-content-space-between gl-align-items-center"
>
>
<div
class=
"gl-ml-5"
>
<div
class=
"gl-ml-5"
>
{{
this
.
$options
.
i18n
.
totalSize
}}
<gl-sprintf
:message=
"$options.i18n.totalSize"
>
<gl-sprintf
:message=
"$options.i18n.totalSize"
>
<template
#totalSize
>
<template
#totalSize
>
<span
class=
"gl-font-weight-bold"
>
{{
formattedFileSize
}}
</span>
<span
class=
"gl-font-weight-bold"
>
{{
formattedFileSize
}}
</span>
...
...
ee/spec/frontend/security_configuration/corpus_management/components/__snapshots__/corpus_upload_spec.js.snap
View file @
6ed2561a
...
@@ -7,10 +7,6 @@ exports[`Corpus Upload component renders header 1`] = `
...
@@ -7,10 +7,6 @@ exports[`Corpus Upload component renders header 1`] = `
<div
<div
class="gl-ml-5"
class="gl-ml-5"
>
>
Total Size: %{totalSize}
<gl-sprintf-stub
<gl-sprintf-stub
message="Total Size: %{totalSize}"
message="Total Size: %{totalSize}"
/>
/>
...
...
locale/gitlab.pot
View file @
6ed2561a
...
@@ -8608,7 +8608,7 @@ msgstr ""
...
@@ -8608,7 +8608,7 @@ msgstr ""
msgid "CorpusManagement|New corpus"
msgid "CorpusManagement|New corpus"
msgstr ""
msgstr ""
msgid "CorpusManagement|Total Size:"
msgid "CorpusManagement|Total Size:
%{totalSize}
"
msgstr ""
msgstr ""
msgid "Could not add admins as members"
msgid "Could not add admins as members"
...
...
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