Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박기범
2020-06-01 00:02:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60839c671ca1b298a28b803e733ef2ae94fb32e3
60839c67
1 parent
376d58de
modify download and delete icon
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
front-end/src/components/FileList.vue
front-end/src/components/FileList.vue
View file @
60839c6
...
...
@@ -98,10 +98,10 @@
</v-list-item-content>
<v-list-item-action>
<v-btn icon @click="download_file(item.file_name)">
<v-icon color="grey lighten-1">mdi-
information
</v-icon>
<v-icon color="grey lighten-1">mdi-
download
</v-icon>
</v-btn>
<v-btn icon @click="delete_file(item.file_name)">
<v-icon color="grey lighten-1">mdi-delete
d
</v-icon>
<v-icon color="grey lighten-1">mdi-delete</v-icon>
</v-btn>
</v-list-item-action>
</v-list-item>
...
...
Please
register
or
login
to post a comment