From bfcccd0139724797f1c49a7fbd524d1dcb12088a Mon Sep 17 00:00:00 2001 From: conlan0 <87742085+conlan0@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:24:19 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Tactical=20RMM=20Widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Widgets/WidgetBase.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Widgets/WidgetBase.vue b/src/components/Widgets/WidgetBase.vue index 739388fa..bcb16e12 100644 --- a/src/components/Widgets/WidgetBase.vue +++ b/src/components/Widgets/WidgetBase.vue @@ -115,6 +115,7 @@ const COMPAT = { 'synology-download': 'SynologyDownload', 'system-info': 'SystemInfo', 'tfl-status': 'TflStatus', + trmm: 'TacticalRMM', 'uptime-kuma': 'UptimeKuma', 'wallet-balance': 'WalletBalance', weather: 'Weather',