This commit is contained in:
CoolElectronics 2024-06-10 22:29:53 -04:00
parent 334ec7175e
commit e9a30dbbe1
No known key found for this signature in database
GPG key ID: F63593D168636C50
60 changed files with 151 additions and 133 deletions

View file

@ -89,7 +89,10 @@
</option>
</Select>
{{ ' ' }}
<button @click="translateStatus" class="btn button-default">
<button
class="btn button-default"
@click="translateStatus"
>
{{ $t('status.translate') }}
</button>
</div>
@ -138,5 +141,5 @@
<slot v-if="!hideSubjectStatus" />
</div>
</template>
<script src="./status_body.js" ></script>
<script src="./status_body.js"></script>
<style lang="scss" src="./status_body.scss" />