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 b96fc06 commit 16b5348Copy full SHA for 16b5348
1 file changed
public/js/app.js
@@ -1652,7 +1652,7 @@ async function fetchLiveResources(identifier) {
1652
<div class="empty-state-desc" style="font-size:0.82rem">
1653
${data.error || 'Add your Pterodactyl API key in Account → Linked Accounts to enable live monitoring.'}
1654
</div>
1655
- <button class="btn btn-primary btn-sm" onclick="navigateTo('account/links')" style="margin-top:8px;width:auto">Configure API Key</button>
+ <button class="btn btn-primary btn-sm" onclick="navigateTo('account/edit')" style="margin-top:8px;width:auto">Configure API Key</button>
1656
1657
`;
1658
return;
0 commit comments