mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-31 10:56:15 +01:00
cleanup routes, cleanup root components
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
-->
|
||||
|
||||
<script>
|
||||
import {
|
||||
getContext
|
||||
} from "svelte"
|
||||
// import {
|
||||
// getContext
|
||||
// } from "svelte"
|
||||
import {
|
||||
queryStore,
|
||||
gql,
|
||||
@@ -45,7 +45,7 @@
|
||||
/*Const Init */
|
||||
const { query: initq } = init();
|
||||
const client = getContextClient();
|
||||
const useCbColors = getContext("cc-config")?.plotConfiguration_colorblindMode || false
|
||||
// const useCbColors = getContext("cc-config")?.plotConfiguration_colorblindMode || false
|
||||
|
||||
/* States */
|
||||
let from = $state(new Date(Date.now() - (5 * 60 * 1000)));
|
||||
|
||||
Reference in New Issue
Block a user