{{ loginError }}
Live synchronized dashboard for Micro:bit Management. Copyright © 2026, FAI, UTM.
{{ regMessage }}
{{ groupMessage }}
| # | Date & Time | Serial Number | Student | Section | Lecturer | Status | Bal | Manage | |
|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | {{ log.Date }} {{ log.Time }} | {{ log.Hardware_ID ? log.Hardware_ID.slice(0, 11) : '-' }} {{ log.Hardware_ID.slice(-5).toUpperCase() }} | {{ log.Student }} | {{ log.Section }} | {{ log.Lecturer }} | {{ log.Action_Type }} | {{ studentBalances[(log.Student || '').trim() !== '' ? log.Student.trim() : log.Hardware_ID] || 0 }} | ||
| Please use the search or filter to view records. |