Add experiment logs to the monitoring page #48

Merged
0950726 merged 122 commits from feat/experiment-logs into dev 2026-01-28 10:16:00 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 14cfc2bf15 - Show all commits

View File

@@ -1,6 +1,5 @@
import React, { useState } from 'react'; import React, { useState } from 'react';
import styles from './MonitoringPage.module.css'; import styles from './MonitoringPage.module.css';
import useProgramStore from '../../utils/programStore';
/** /**
* HELPER: Unified sender function * HELPER: Unified sender function

View File

@@ -1,4 +1,4 @@
import React, { useEffect } from 'react'; import { useEffect } from 'react';
const API_BASE = "http://localhost:8000"; // Change depending on Pims interup agent/ correct endpoint const API_BASE = "http://localhost:8000"; // Change depending on Pims interup agent/ correct endpoint