mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-09 00:18:16 +00:00
fix: incorrect cardId
This commit is contained in:
@@ -274,7 +274,7 @@ router.get("/defaults", authenticateToken, async (_req, res) => {
|
||||
order: 4,
|
||||
},
|
||||
{
|
||||
cardId: "hostsNeedingUpdates",
|
||||
cardId: "upToDateHosts",
|
||||
title: "Up to date",
|
||||
icon: "CheckCircle",
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user