mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-18 00:34:01 -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
|
// 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() {
|
async function fetchJobs() {
|
||||||
// TODO Phase 2.6: Fetch jobs from /api/prism/jobs
|
// TODO Phase 2.6: Fetch jobs from /api/prism/jobs
|
||||||
// const response = await fetch('/api/prism/jobs');
|
// const response = await fetch('/api/prism/jobs');
|
||||||
|
|||||||
Reference in New Issue
Block a user