Fix small API bug and better status feedback.

This commit is contained in:
gerlofvanek
2025-01-16 12:00:50 +01:00
parent 4d928dc98e
commit b14fba0e1f
2 changed files with 22 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ function getWebSocketConfig() {
</button>
<p class="text-red-600 font-semibold text-xl mb-4">Error</p>
<p id="error-message" class="text-gray-700 dark:text-gray-300 text-lg mb-6"></p>
<p class="text-sm text-gray-600 dark:text-gray-400">To review or update your Chart API Key(s), navigate to<a href="/settings" class="text-blue-500 hover:underline">Settings & Tools > Settings > General (TAB)</a>.
<p class="text-sm text-gray-600 dark:text-gray-400">To review or update your Chart API Key(s), navigate to <a href="/settings" class="text-blue-500 hover:underline">Settings & Tools > Settings > General (TAB)</a>.
</p>
</div>
</div>