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 2b16472 commit 5c20d0aCopy full SHA for 5c20d0a
resources/views/admin/nodes/view.blade.php
@@ -71,7 +71,7 @@
71
<tbody>
72
<tr>
73
<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>
+ <td><code data-attr="info-version"><i class="fa fa-refresh fa-fw fa-spin"></i></code> (Latest: <code>{{ Version::getDaemon() }}</code>)</td>
75
</tr>
76
77
<td>System Information</td>
0 commit comments