Hide switch to enable rsizing

- Confusing option for user
- Keeps performance fix of fixed canvas dimensions
This commit is contained in:
Christoph Kluge 2023-06-14 11:42:01 +02:00
parent 3c2ad234df
commit a43ca80ce5

View File

@ -137,10 +137,10 @@
<th scope="row">Total Core Hours</th>
<td>{$stats.data.jobsStatistics[0].totalCoreHours}</td>
</tr>
<tr>
<!-- <tr>
<th scope="row">Toggle Histogram Resizing</th>
<td><Input id="c3" value={resize} type="switch" on:change={() => (resize = !resize)}/></td>
</tr>
</tr> -->
</tbody>
</Table>
</Col>