mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 22:18:46 +02:00
make server entry clickable
This commit is contained in:
parent
f286e69eb0
commit
448983d937
@ -18,7 +18,7 @@ class ServerEntry extends Component
|
|||||||
public function placeholder(): string
|
public function placeholder(): string
|
||||||
{
|
{
|
||||||
return <<<'HTML'
|
return <<<'HTML'
|
||||||
<div class="relative">
|
<div class="relative cursor-pointer" x-on:click="window.location.href = '{{ \App\Filament\Server\Pages\Console::getUrl(panel: 'server', tenant: $server) }}'">
|
||||||
<div
|
<div
|
||||||
class="absolute left-0 top-1 bottom-0 w-1 rounded-lg"
|
class="absolute left-0 top-1 bottom-0 w-1 rounded-lg"
|
||||||
style="background-color: #D97706;">
|
style="background-color: #D97706;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user