mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
testing links
This commit is contained in:
parent
dfd9fcc5e0
commit
a9782b7e00
|
@ -600,6 +600,14 @@
|
||||||
<a href="https://checkcoverage.apple.com/us/{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
|
<a href="https://checkcoverage.apple.com/us/{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
|
||||||
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Applecare Status Lookup</span></i>
|
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Applecare Status Lookup</span></i>
|
||||||
</a>
|
</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>
|
||||||
|
@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>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue