mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 04:17:30 +01:00
Merge three separate queries (topJobsQuery, topNodesQuery, topAccsQuery) into one topStatsQuery with 6 aliased jobsStatistics fields, reducing 3 HTTP round trips to 1 on the status dashboard. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 40d806a3240c
cc-frontend
A frontend for ClusterCockpit and cc-backend. Backend specific configuration can be done using the constants defined in the intro section in ./rollup.config.mjs.
Builds on:
Get started
Install the dependencies...
npm install
...then build using Rollup:
npm run build