From 70916abc05ea5099da4e8350dedbf540f07aa699 Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 20 Feb 2022 00:07:03 +1100 Subject: [PATCH] Updated views to reflect cpu_model Updated views to reflect cpu_model --- resources/views/yabs/index.blade.php | 4 ++-- resources/views/yabs/show.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/yabs/index.blade.php b/resources/views/yabs/index.blade.php index 92f7383..17c2e4f 100644 --- a/resources/views/yabs/index.blade.php +++ b/resources/views/yabs/index.blade.php @@ -36,8 +36,8 @@ @foreach($yabs as $yab) {{ $yab->hostname }} - {{ $yab->cpu_cores }} - {{ $yab->cpu_freq }}Ghz + {{ $yab->cpu_cores }} + {{ $yab->cpu_freq }}Ghz {{ $yab->ram }}{{ $yab->ram_type }} {{ $yab->disk }}{{ $yab->disk_type }} {{ $yab->gb5_single }} diff --git a/resources/views/yabs/show.blade.php b/resources/views/yabs/show.blade.php index 9b0704c..4e37b2b 100644 --- a/resources/views/yabs/show.blade.php +++ b/resources/views/yabs/show.blade.php @@ -24,7 +24,7 @@ CPU type - {{ $yab[0]->cpu }} + {{ $yab[0]->cpu_model }} Ram