fix: fix cancel button in rollover logs dialog (#1256)

This commit is contained in:
Stefan Dej 2023-02-06 19:34:57 +01:00 committed by GitHub
parent 22ccab831b
commit c65527ddf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
</v-card-text>
<v-card-actions>
<v-spacer />
<v-btn text @click="btnRolloverLogs">
<v-btn text @click="showRolloverDialog = false">
{{ $t('Machine.LogfilesPanel.Cancel') }}
</v-btn>
<v-btn color="primary" text @click="btnRolloverLogs">