fixing teacher monitoring table

This commit is contained in:
Dimas Atmodjo 2024-12-16 09:39:58 +07:00
parent dd10495cce
commit b22ada1c99

View File

@ -91,7 +91,7 @@ const Monitoring = () => {
<tbody> <tbody>
{loading?( {loading?(
<tr> <tr>
<td colSpan={6} style={{height:"20vh"}}> <td colSpan={8} style={{height:"20vh"}}>
<Spinner animation="grow" variant="primary" /> <Spinner animation="grow" variant="primary" />
<Spinner animation="grow" variant="secondary" /> <Spinner animation="grow" variant="secondary" />
<Spinner animation="grow" variant="success" /> <Spinner animation="grow" variant="success" />
@ -118,7 +118,7 @@ const Monitoring = () => {
)) ))
):( ):(
<tr> <tr>
<td colSpan={5} style={{height:'20vh'}}> <td colSpan={8} style={{height:'20vh'}}>
<h3>Empty Data</h3> <h3>Empty Data</h3>
</td> </td>
</tr> </tr>