WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
S3_Browsing
Commits
a1983e40
Commit
a1983e40
authored
Sep 30, 2020
by
Dominik Haas
Browse files
increased verison 1.1.5 with configurable protocols infos
and bugfix of folders
parent
fd5cae7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
a1983e40
{
"name": "s3_browsing",
"version": "1.1.
4
",
"version": "1.1.
5
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
package.json
View file @
a1983e40
{
"name"
:
"s3_browsing"
,
"version"
:
"1.1.
4
"
,
"version"
:
"1.1.
5
"
,
"private"
:
true
,
"description"
:
"Web app for browsing through S3 XML and provide it's links."
,
"author"
:
{
...
...
src/components/TreeView.vue
View file @
a1983e40
...
...
@@ -23,8 +23,7 @@
<
template
v-slot:label=
"{ item }"
>
<v-row
no-gutters
align=
"center"
:class=
"item.isFile ? 'justify-end' : ''"
>
align=
"center"
>
<v-col
class=
"pl-2 pr-4"
:class=
"item.isFile ? '' : 'shrink'"
>
...
...
@@ -62,8 +61,7 @@
</v-col>
<v-col
v-if=
"item.isFile"
class=
"px-1 caption"
cols=
"2"
>
class=
"shrink px-1 caption"
>
{{
item
.
lastModified
}}
</v-col>
...
...
@@ -181,6 +179,7 @@ export default {
jpg
:
'
mdi-file-image
'
,
tiff
:
'
mdi-file-image
'
,
tif
:
'
mdi-file-image
'
,
aim
:
'
mdi-file-document-outline
'
,
txt
:
'
mdi-file-document-outline
'
,
xls
:
'
mdi-file-excel
'
,
nc
:
'
mdi-file
'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment