Spaces:
Running
Running
Upload hub_dashboard.html
Browse files- hub_dashboard.html +2 -2
hub_dashboard.html
CHANGED
|
@@ -3821,7 +3821,7 @@ setInterval(function(){
|
|
| 3821 |
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
|
| 3822 |
}
|
| 3823 |
|
| 3824 |
-
function
|
| 3825 |
const term = document.getElementById('training-log-terminal');
|
| 3826 |
if (!term) return;
|
| 3827 |
|
|
@@ -3950,7 +3950,7 @@ setInterval(function(){
|
|
| 3950 |
return;
|
| 3951 |
}
|
| 3952 |
const entries = json.logs || [];
|
| 3953 |
-
|
| 3954 |
updateTrainingKPIs(entries);
|
| 3955 |
} catch(err) {
|
| 3956 |
// Silently tolerate transient connection errors — show detail on first failure
|
|
|
|
| 3821 |
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
|
| 3822 |
}
|
| 3823 |
|
| 3824 |
+
function _appendTrainingLines(entries) {
|
| 3825 |
const term = document.getElementById('training-log-terminal');
|
| 3826 |
if (!term) return;
|
| 3827 |
|
|
|
|
| 3950 |
return;
|
| 3951 |
}
|
| 3952 |
const entries = json.logs || [];
|
| 3953 |
+
_appendTrainingLines(entries);
|
| 3954 |
updateTrainingKPIs(entries);
|
| 3955 |
} catch(err) {
|
| 3956 |
// Silently tolerate transient connection errors — show detail on first failure
|