Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687079
exporter.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
531 B
Referenced Files
None
Subscribers
None
exporter.vue
View Options
<template>
<div class="exporter">
<div v-if="processing">
<FAIcon
icon="circle-notch"
size="lg"
spin
/>
<span>{{ processingMessage || $t('exporter.processing') }}</span>
</div>
<button
v-else
class="btn button-default"
@click="process"
>
{{ exportButtonLabel || $t('exporter.export') }}
</button>
</div>
</template>
<script src="./exporter.js"></script>
<style lang="scss">
.exporter {
&-processing {
margin: 0.25em;
}
}
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Sep 3, 6:45 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
435915
Default Alt Text
exporter.vue (531 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment