mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
dell and lenovo icons/links added
This commit is contained in:
parent
a9782b7e00
commit
d50a5d1880
|
@ -601,12 +601,12 @@
|
|||
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Applecare Status Lookup</span></i>
|
||||
</a>
|
||||
@elseif ((strtolower($asset->model->manufacturer->name) == "dell") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"dellinc")))
|
||||
<a href="https://www.dell.com/support/home/en-us?app=warranty{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
|
||||
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Dell Warranty Status Lookup</span></i>
|
||||
<a href="https://www.dell.com/support/home/en-us?app=warranty" target="_blank">
|
||||
<img src="https://www.dell.com/favicon.ico" style="width:25px;height:25px;"><span class="sr-only">Dell Warranty Status Lookup</span></i>
|
||||
</a>
|
||||
@elseif ((strtolower($asset->model->manufacturer->name) == "lenovo") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"lenovoinc")))
|
||||
<a href="https://pcsupport.lenovo.com/us/en/warrantylookup#/{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
|
||||
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Lenovo Warranty Status Lookup</span></i>
|
||||
<a href="https://pcsupport.lenovo.com/us/en/warrantylookup#/" target="_blank">
|
||||
<img src="https://www.lenovo.com/favicon.ico" style="width:25px;height:25px;"><span class="sr-only">Lenovo Warranty Status Lookup</span></i>
|
||||
</a>
|
||||
@endif
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue