use fhcApps for LogsViewer/LogsViewer

This commit is contained in:
chfhtw
2025-10-09 10:44:13 +02:00
parent d294d17e37
commit 70c230edce
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
'global' => array('mailAnXversandt'),
'ui' => array('bitteEintragWaehlen')
),
'customJSModules' => array('public/js/apps/LogsViewer/LogsViewer.js'),
'fhcApps' => array('LogsViewer/LogsViewer'),
);
$this->load->view('templates/FHC-Header', $includesArray);
+2
View File
@@ -42,5 +42,7 @@ const logsViewerApp = Vue.createApp({
}
});
FhcApps.makeExtendable(logsViewerApp);
logsViewerApp.use(PluginsPhrasen).mount('#main');