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()) }}