Fix formatting for long commands on scheduled tasks

This commit is contained in:
Andrew 2022-01-11 20:16:39 -05:00
parent 5fc2f06274
commit 751fffe4a3

View File

@ -40,15 +40,15 @@
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body">
<h4 class="card-title">Scheduled Tasks</h4> <h4 class="card-title">Scheduled Tasks</h4>
<table class="table table-hover" width="100%"> <table class="table table-hover" width="100%" style="table-layout:fixed;">
<thead> <thead>
<tr class="rounded"> <tr class="rounded">
<th>Action</th> <th style="width: 25%;">Action</th>
<th>Command</th> <th style="max-width: 40%;">Command</th>
<th>Interval</th> <th style="width: 10%;">Interval</th>
<th>Start Time</th> <th style="width: 10%;">Start Time</th>
<th>Enabled</th> <th style="width: 10%;">Enabled</th>
<th>Edit</th> <th style="width: 10%;">Edit</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -57,7 +57,7 @@
<td id="{{schedule.action}}" class="action"> <td id="{{schedule.action}}" class="action">
<p>{{schedule.action}}</p> <p>{{schedule.action}}</p>
</td> </td>
<td id="{{schedule.command}}" class="action"> <td id="{{schedule.command}}" class="action" style="overflow: scroll;">
<p>{{schedule.command}}</p> <p>{{schedule.command}}</p>
</td> </td>
<td id="{{schedule.interval}}" class="action"> <td id="{{schedule.interval}}" class="action">