set width of table col to * instead of 100%

This commit is contained in:
Uwe Steinmann 2023-09-12 21:09:24 +02:00
parent 0638776bc5
commit 6ea76aa00e

View File

@ -606,7 +606,7 @@ $(document).ready( function() {
if(!is_object($task))
continue;
echo "<tr>";
echo "<td width=\"100%\">";
echo "<td width=\"*\">";
echo $extname."::".$taskname;
echo "<p>";
echo $task->getDescription();