mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-20 17:57:30 +01:00
Add simple log viewer in web frontend
This commit is contained in:
10
web/frontend/src/logs.entrypoint.js
Normal file
10
web/frontend/src/logs.entrypoint.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { mount } from 'svelte';
|
||||
import {} from './header.entrypoint.js'
|
||||
import Logs from './Logs.root.svelte'
|
||||
|
||||
mount(Logs, {
|
||||
target: document.getElementById('svelte-app'),
|
||||
props: {
|
||||
isAdmin: isAdmin,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user