refactor(server-ui): improve layout and messaging in advanced settings and charts views

This commit is contained in:
Andras Bacsai
2025-05-29 11:36:50 +02:00
parent d2ce5c03f8
commit e9deaca8cd
3 changed files with 45 additions and 49 deletions

View File

@@ -250,7 +250,8 @@
</div>
</div>
@else
<div>Metrics are disabled for this server.</div>
<div>Metrics are disabled for this server. Enable them in <a class="underline dark:text-white"
href="{{ route('server.show', ['server_uuid' => $server->uuid]) }}">General</a> settings.</div>
@endif
</div>
</div>