Skip to content
Snippets Groups Projects
Unverified Commit 183faf3b authored by syuilo's avatar syuilo
Browse files

[Client] Resolve #3881

parent 9fc66a2d
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
</div>
<div class="menu">
<div>
<ui-input readonly :value="file.url">URL</ui-input>
<ui-button link :href="`${file.url}?download`" :download="file.name"><fa icon="download"/> {{ $t('download') }}</ui-button>
<ui-button @click="rename"><fa icon="pencil-alt"/> {{ $t('rename') }}</ui-button>
<ui-button @click="move"><fa :icon="['far', 'folder-open']"/> {{ $t('move') }}</ui-button>
......@@ -200,7 +201,7 @@ export default Vue.extend({
color #bf4633
> .menu
padding 14px
padding 0 14px 14px 14px
border-top solid 1px var(--faceDivider)
> div
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment