diff --git a/packages/client/src/views/hermes/LogsView.vue b/packages/client/src/views/hermes/LogsView.vue index ed903d5..5a42b22 100644 --- a/packages/client/src/views/hermes/LogsView.vue +++ b/packages/client/src/views/hermes/LogsView.vue @@ -120,7 +120,7 @@ onMounted(async () => {
- +
{{ t('logs.noEntries') }}
@@ -191,6 +191,16 @@ onMounted(async () => { min-height: 0; } +.logs-spin { + min-height: 100%; + display: block; + + :deep(.n-spin-container), + :deep(.n-spin-content) { + min-height: 100%; + } +} + .logs-empty { display: flex; align-items: center; @@ -202,6 +212,7 @@ onMounted(async () => { .log-list { padding: 4px 0; + min-height: 100%; } .log-entry {