Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687857
exporter.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
477 B
Referenced Files
None
Subscribers
None
exporter.vue
View Options
<template>
<div class="exporter">
<div v-if="processing">
<i class="icon-spin4 animate-spin exporter-processing" />
<span>{{ processingMessage }}</span>
</div>
<button
v-else
class="btn btn-default"
@click="process"
>
{{ exportButtonLabel }}
</button>
</div>
</template>
<script src="./exporter.js"></script>
<style lang="scss">
.exporter {
&-processing {
font-size: 1.5em;
margin: 0.25em;
}
}
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Sep 4, 12:14 AM (4 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433942
Default Alt Text
exporter.vue (477 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment