Fix: rename pialert to netalertx (#3253)

This commit is contained in:
shamoon 2024-04-06 17:35:12 -07:00 committed by GitHub
parent 9904c2db2f
commit d49a06efd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 59 additions and 57 deletions

View file

@ -0,0 +1,14 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/php/server/devices.php?action=getDevicesTotals",
proxyHandler: genericProxyHandler,
mappings: {
data: {
endpoint: "data",
},
},
};
export default widget;