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
9ad50117
Commit
9ad50117
authored
Feb 11, 2022
by
Darby Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code clean up
parent
86313412
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/javascripts/ci_secure_files/components/secure_files_list.vue
...ascripts/ci_secure_files/components/secure_files_list.vue
+1
-4
app/views/projects/ci/secure_files/show.html.haml
app/views/projects/ci/secure_files/show.html.haml
+0
-2
No files found.
app/assets/javascripts/ci_secure_files/components/secure_files_list.vue
View file @
9ad50117
...
...
@@ -38,7 +38,6 @@ export default {
{
key
:
'
permissions
'
,
label
:
__
(
'
Permissions
'
),
tdClass
:
'
text-plain
'
,
},
{
key
:
'
created_at
'
,
...
...
@@ -63,9 +62,7 @@ export default {
this
.
loading
=
true
;
const
response
=
await
Api
.
projectSecureFiles
(
this
.
projectId
,
{
page
:
page
})
if
(
this
.
totalItems
===
0
)
{
this
.
totalItems
=
parseInt
(
response
.
headers
?.[
'
x-total
'
],
10
)
||
0
;
}
this
.
totalItems
=
parseInt
(
response
.
headers
?.[
'
x-total
'
],
10
)
||
0
;
this
.
projectSecureFiles
=
response
.
data
...
...
app/views/projects/ci/secure_files/show.html.haml
View file @
9ad50117
-
@content_class
=
"limit-container-width"
-
page_title
s_
(
'Pipelines|Secure Files'
)
-
content_for
:prefetch_asset_tags
do
-
webpack_preload_asset_tag
(
'monaco'
)
#js-ci-secure-files
{
data:
{
project_id:
@project
.
id
}
}
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