mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 05:57:21 -05:00
Update backend/static/prism/js/prism-core.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -29,13 +29,6 @@
|
||||
});
|
||||
|
||||
// Placeholder: Future API integration
|
||||
async function fetchDashboardData() {
|
||||
// TODO Phase 2.6: Fetch real data from /api/prism/metrics
|
||||
// const response = await fetch('/api/prism/metrics');
|
||||
// const data = await response.json();
|
||||
// updateDashboard(data);
|
||||
}
|
||||
|
||||
async function fetchJobs() {
|
||||
// TODO Phase 2.6: Fetch jobs from /api/prism/jobs
|
||||
// const response = await fetch('/api/prism/jobs');
|
||||
|
||||
Reference in New Issue
Block a user