From 6fad18709a2b5b386b1782ceef5ebb4d3ead6348 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 24 Apr 2025 18:26:09 +0100 Subject: [PATCH] feat(ui): Display placeholder in PBS tab when not configured --- README.md | 1 + src/public/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffdd1aa6..088219bd1 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ Once installed, the Pulse application runs as a `systemd` service. You can manag - Efficient polling: Stops polling the Proxmox API when no clients (browsers) are connected, reducing load. - Docker support for easy deployment. - Support for monitoring multiple distinct Proxmox environments. +- Monitoring support for Proxmox Backup Server (PBS) instances (configured as additional endpoints). - LXC installation script for easy setup. ## 💻 System Requirements diff --git a/src/public/app.js b/src/public/app.js index 3fbd91909..f08905abb 100644 --- a/src/public/app.js +++ b/src/public/app.js @@ -1672,7 +1672,7 @@ document.addEventListener('DOMContentLoaded', function() {

Proxmox Backup Server Not Configured

-

PBS connection details (e.g., PROXMOX_HOST_2, PROXMOX_TOKEN_ID_2) need to be set in your .env file to enable PBS monitoring.

+

Please ensure Proxmox Backup Server is configured in your environment (.env file) to enable monitoring.

`; container.appendChild(placeholder);