You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/admin/index.blade.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@
27
27
</div>
28
28
<divclass="box-body">
29
29
@if ($version->isLatestPanel())
30
-
You are running Pterodactyl Panel version <code>{{config('app.version') }}</code>. Your panel is up-to-date!
30
+
You are running {{config('app.name') }} Panel version <code>{{config('app.version') }}</code>. Your panel is up-to-date!
31
31
@else
32
-
Your panel is <strong>not up-to-date!</strong> The latest version is <ahref="https://github.com/Pterodactyl/Panel/releases/v{{$version->getPanel() }}"target="_blank"><code>{{$version->getPanel() }}</code></a> and you are currently running version <code>{{config('app.version') }}</code>. You can find instructions on how to update your panel <ahref="https://pterodactyl.io/panel/1.0/updating.html">here</a>.
32
+
Your panel is <strong>not up-to-date!</strong> The latest version is <ahref="{{$version->getPanelUrl() }}"target="_blank"rel="noopener noreferrer"><code>{{$version->getPanel() }}</code></a> and you are currently running version <code>{{config('app.version') }}</code>. Download <code>panel.tar.gz</code> from <ahref="{{$version->getPanelUrl() }}"target="_blank"rel="noopener noreferrer">GitHub Releases</a>, or run <code>./update.sh</code> on the server.
<ahref="{{$version->getDonations() }}"><buttonclass="btn btn-success"style="width:100%;"><iclass="fa fa-fw fa-money"></i> Support the Project</button></a>
0 commit comments