Remove link that shouldn't exist in the first place.

This commit is contained in:
Dane Everitt 2016-12-02 18:47:22 -05:00
parent 259b220dfc
commit e39c750563
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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>