feat: allow per-node overrides for Proxmox endpoints

This commit is contained in:
rcourtman 2025-10-22 17:16:54 +00:00
parent 20ff56aceb
commit 87cab2b882

View file

@ -0,0 +1,5 @@
import type { Component } from 'solid-js';
const NotificationContainer: Component = () => null;
export default NotificationContainer;