Skip to content

Commit 5c20d0a

Browse files
committed
Fix daemon version displaying panel version; closes pterodactyl#184
1 parent 2b16472 commit 5c20d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/nodes/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<tbody>
7272
<tr>
7373
<td>Daemon Version</td>
74-
<td><code data-attr="info-version"><i class="fa fa-refresh fa-fw fa-spin"></i></code> (Latest: <code>{{ Version::getPanel() }}</code>)</td>
74+
<td><code data-attr="info-version"><i class="fa fa-refresh fa-fw fa-spin"></i></code> (Latest: <code>{{ Version::getDaemon() }}</code>)</td>
7575
</tr>
7676
<tr>
7777
<td>System Information</td>

0 commit comments

Comments
 (0)