We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aed67 commit 6b7d1e6Copy full SHA for 6b7d1e6
spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/index.vue
@@ -33,7 +33,7 @@
33
@click="scrollToBottom"
34
/>
35
</div>
36
- <a :href="`instances/${instance.id}/actuator/logfile`" class="logfile-view-action button" target="_blank">
+ <a :href="`instances/${instance.id}/actuator/logfile`" class="logfile-view-action button" target="_blank" download>
37
<font-awesome-icon icon="download" />
38
<span v-text="$t('instances.logfile.download')" />
39
</a>
0 commit comments