mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-19 23:04:32 +02:00
.github
api
build
cmd
configs
docs
init
internal
pkg
tools
web
frontend
templates
monitoring
partitions
systems.tmpl
404.tmpl
base.tmpl
config.tmpl
home.tmpl
imprint.tmpl
login.tmpl
message.tmpl
privacy.tmpl
web.go
.gitignore
.goreleaser.yaml
LICENSE
Makefile
README.md
ReleaseNotes.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
***Update config-demo.json with new database connection details*** ***Add console.log statement in Systems.root.svelte*** ***Add "Partitions" menu item in Header.svelte*** ***Add partitions related files and routes*** ***Add partitions.entrypoint.js*** ***Update Makefile to use pnpm instead of npm*** ***Comment out wget commands in startDemo.sh*** ***Update rollup.config.mjs to include partitions.entrypoint.js*** ***Add PartitionSetting.svelte and Dashboard.svelte