Skip to content

Commit 7405d7c

Browse files
committed
Fix routing to server pages
1 parent 03f2c61 commit 7405d7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
@endif
6767
</td>
6868
<td class="text-center">
69-
<a class="btn btn-xs btn-default" href="{{ route('server.index', $server->uuidShort) }}"><i class="fa fa-wrench"></i></a>
70-
<a class="btn btn-xs btn-default console-popout" href="{{ route('server.console', $server->uuidShort) }}"><i class="fa fa-terminal"></i></a>
69+
<a class="btn btn-xs btn-default" href="/server/{{ $server->uuidShort }}"><i class="fa fa-wrench"></i></a>
7170
</td>
7271
</tr>
7372
@endforeach

0 commit comments

Comments
 (0)