Make streaming log modal bigger.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-19 19:15:46 -05:00
parent 05359aebca
commit d9d709ffa7
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<b-modal id="logs_modal" ref="modal" :title="langLogView" @hidden="clearContents">
<b-modal id="logs_modal" size="lg" ref="modal" :title="langLogView" @hidden="clearContents">
<streaming-log-view ref="logView" :log-url="logUrl"></streaming-log-view>
<template #modal-footer>