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
fb8806d7
Commit
fb8806d7
authored
Nov 25, 2020
by
Dominik Haas
Browse files
increased version 1.3.2 with the folder badge color changed to grey
parent
afce0942
Changes
3
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
fb8806d7
{
"name": "s3_browsing",
"version": "1.3.
1
",
"version": "1.3.
2
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
package.json
View file @
fb8806d7
{
"name"
:
"s3_browsing"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"private"
:
false
,
"description"
:
"Web app for browsing through S3 XML and provide it's links."
,
"author"
:
{
...
...
src/components/TreeView.vue
View file @
fb8806d7
...
...
@@ -75,7 +75,7 @@
<v-col
v-if=
"!item.isFile && item.childs !== '?'"
cols=
"1"
class=
"shrink pt-1"
>
<v-badge
color=
"
primar
y"
<v-badge
color=
"
gre
y"
class=
"white--text"
:content=
"item.childs"
/>
</v-col>
...
...
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