fixing teacher monitoring table
This commit is contained in:
parent
dd10495cce
commit
b22ada1c99
|
|
@ -91,7 +91,7 @@ const Monitoring = () => {
|
|||
<tbody>
|
||||
{loading?(
|
||||
<tr>
|
||||
<td colSpan={6} style={{height:"20vh"}}>
|
||||
<td colSpan={8} style={{height:"20vh"}}>
|
||||
<Spinner animation="grow" variant="primary" />
|
||||
<Spinner animation="grow" variant="secondary" />
|
||||
<Spinner animation="grow" variant="success" />
|
||||
|
|
@ -118,7 +118,7 @@ const Monitoring = () => {
|
|||
))
|
||||
):(
|
||||
<tr>
|
||||
<td colSpan={5} style={{height:'20vh'}}>
|
||||
<td colSpan={8} style={{height:'20vh'}}>
|
||||
<h3>Empty Data</h3>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user