update Feature/add remote server logs (#166)

This commit is contained in:
Saeed Vaziry
2024-04-14 14:41:00 +02:00
committed by GitHub
parent 4517ca7d2a
commit 8a4ef66946
9 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<x-server-layout :server="$server">
@if (isset($pageTitle))
<x-slot name="pageTitle">{{ $server->name }} - {{ $pageTitle }}</x-slot>
<x-slot name="pageTitle">{{ $pageTitle }}</x-slot>
@endif
@include("server-logs.partials.header")