mirror of
https://github.com/simon987/sist2.git
synced 2025-12-18 09:49:06 +00:00
Add toggle for verbose web logs
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
<label>{{ $t("webOptions.tagAuth") }}</label>
|
||||
<b-form-input v-model="options.tag_auth" @change="update()" :disabled="Boolean(options.auth)"></b-form-input>
|
||||
|
||||
<b-form-checkbox v-model="options.verbose" @change="update()">
|
||||
{{$t("webOptions.verbose")}}
|
||||
</b-form-checkbox>
|
||||
</b-card>
|
||||
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user