From 68094b23b9325d2eac938c51a51b020bfa939d95 Mon Sep 17 00:00:00 2001 From: akemidx Date: Wed, 15 Mar 2023 15:02:33 -0400 Subject: [PATCH] moved dell and levono icons to local machine --- resources/views/hardware/view.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index d82dc96645..37c495ef85 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -602,11 +602,11 @@ @elseif ((strtolower($asset->model->manufacturer->name) == "dell") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"dellinc"))) - Dell Warranty Status Lookup + Dell Warranty Status Lookup @elseif ((strtolower($asset->model->manufacturer->name) == "lenovo") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"lenovoinc"))) - Lenovo Warranty Status Lookup + Lenovo Warranty Status Lookup @endif @endif