mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-19 12:47:20 +02:00
Update diagnose.blade.php
This commit is contained in:
parent
5a990bfa02
commit
072d7d2fc3
@ -43,7 +43,7 @@ $url2 = getUrlSatusCode(url('database/database.sqlite'));
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" style="width: 90%;">Link</th>
|
<th scope="col" style="width: 90%;">{{__('messages.Link')}}</th>
|
||||||
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
|
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@ -66,7 +66,7 @@ $url2 = getUrlSatusCode(url('database/database.sqlite'));
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" style="width: 90%;">File</th>
|
<th scope="col" style="width: 90%;">{{__('messages.File')}}</th>
|
||||||
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
|
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user