We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259b220 commit e39c750Copy full SHA for e39c750
resources/views/admin/databases/index.blade.php
@@ -88,7 +88,7 @@
88
<tbody>
89
@foreach($dbh as $db)
90
<tr>
91
- <td><a href="#">{{ $db->name }}</a></td>
+ <td>{{ $db->name }}</td>
92
<td><code>{{ $db->host }}:{{ $db->port }}</code></td>
93
<td>{{ $db->username }}</td>
94
<td class="text-center">{{ $db->c_databases }}</td>
0 commit comments