From 066bdbdf784c5f1f48c41a853db949e10571ebc5 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Dec 2024 08:34:47 -0500 Subject: [PATCH] Server Listing tweaks. (#760) * Server Listing tweaks. * Use filament::icon instead of raw svg & add hover title --------- Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> --- .../columns/server-entry-column.blade.php | 56 ++++++++++++++----- 1 file changed, 42 insertions(+), 14 deletions(-) diff --git a/resources/views/tables/columns/server-entry-column.blade.php b/resources/views/tables/columns/server-entry-column.blade.php index 526e2c82d..380c3a031 100644 --- a/resources/views/tables/columns/server-entry-column.blade.php +++ b/resources/views/tables/columns/server-entry-column.blade.php @@ -1,5 +1,14 @@ -
-
+ + + +
+
-
- Allocation: {{ $getRecord()->allocation->address }} +
+ + {{ $getRecord()->egg->name }}
-
- Egg: {{ $getRecord()->egg->name }} +
+ + {{ $getRecord()->user->username }}
-
- Owner: {{ $getRecord()->user->username }} +
+ + {{ $getRecord()->allocation->address }}
+
-
- CPU: {{ $this->cpu($getRecord()) }} +
+ + {{ $this->cpu($getRecord()) }}
-
- RAM: {{ $this->memory($getRecord()) }} +
+ + {{ $this->memory($getRecord()) }}
-
- Disk: {{ $this->disk($getRecord()) }} +
+ + {{ $this->disk($getRecord()) }}