mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update proxmox-dashboard.tsx
This commit is contained in:
@@ -225,11 +225,11 @@ export function ProxmoxDashboard() {
|
|||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<div className="flex items-center space-x-2 text-red-500 mb-2">
|
<div className="flex items-center space-x-2 text-red-500 mb-2">
|
||||||
<XCircle className="h-5 w-5" />
|
<XCircle className="h-5 w-5" />
|
||||||
<span className="font-medium">Flask Server Connection Failed</span>
|
<span className="font-medium">ProxMenux Server Connection Failed</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-red-500/80 space-y-1 ml-7">
|
<div className="text-sm text-red-500/80 space-y-1 ml-7">
|
||||||
<p>• Check that the AppImage is running correctly</p>
|
<p>• Check that the monitor.service is running correctly.</p>
|
||||||
<p>• The Flask server should start automatically on port 8008</p>
|
<p>• The ProxMenux server should start automatically on port 8008</p>
|
||||||
<p>
|
<p>
|
||||||
• Try accessing:{" "}
|
• Try accessing:{" "}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user