Fixed deleting backend additional options.

This commit is contained in:
Abdulmhsen B. A. A
2024-05-18 16:59:22 +03:00
parent 03d0adfa46
commit 8c0d8ef40c
3 changed files with 11 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
</form>
</div>
<div class="column is-12">
<pre ref="outputConsole" style="min-height: 60vh;max-height:80vh; overflow-y: scroll"
<pre ref="outputConsole" style="min-height: 60vh;max-height:70vh; overflow-y: scroll"
><code><span v-for="(item, index) in response" :key="'log_line-'+index" class="is-block">{{
item
}}</span></code></pre>