Remove link that shouldn't exist in the first place.
This commit is contained in:
parent
259b220dfc
commit
e39c750563
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
<tbody>
|
||||
@foreach($dbh as $db)
|
||||
<tr>
|
||||
<td><a href="#">{{ $db->name }}</a></td>
|
||||
<td>{{ $db->name }}</td>
|
||||
<td><code>{{ $db->host }}:{{ $db->port }}</code></td>
|
||||
<td>{{ $db->username }}</td>
|
||||
<td class="text-center">{{ $db->c_databases }}</td>
|
||||
|
|
Loading…
Reference in a new issue