Skip to content

Commit e39c750

Browse files
committed
Remove link that shouldn't exist in the first place.
1 parent 259b220 commit e39c750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/databases/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<tbody>
8989
@foreach($dbh as $db)
9090
<tr>
91-
<td><a href="#">{{ $db->name }}</a></td>
91+
<td>{{ $db->name }}</td>
9292
<td><code>{{ $db->host }}:{{ $db->port }}</code></td>
9393
<td>{{ $db->username }}</td>
9494
<td class="text-center">{{ $db->c_databases }}</td>

0 commit comments

Comments
 (0)