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 9fd030b commit 5430a91Copy full SHA for 5430a91
frontend/src/views/terminal/terminal/index.vue
@@ -207,7 +207,7 @@
207
:filter-node-method="filterHost"
208
:empty-text="$t('terminal.noHost')"
209
class="host-tree compact"
210
- :style="{ 'max-height': '200px' }"
+ :style="{ 'max-height': '220px' }"
211
>
212
<template #default="{ node, data }">
213
<span class="custom-tree-node w-full">
0 commit comments