table fixed
This commit is contained in:
@@ -42,7 +42,7 @@ foreach ($containers as $c) {
|
|||||||
$action="";
|
$action="";
|
||||||
foreach($actions as $a)
|
foreach($actions as $a)
|
||||||
$action.='<a class="toolbutton" href="javascript:action('."'".$c['Id']."', '".$a."'".');">'.$a.'</a>';
|
$action.='<a class="toolbutton" href="javascript:action('."'".$c['Id']."', '".$a."'".');">'.$a.'</a>';
|
||||||
echo '<tr class="'.$status.'"><td><a href="javascript:details('."'".$c['Id']."'",')">'.$name.'</a></td><td>'.$ports.'</td><td>'.$volumes.'</td><td>'.$links.'</td><td>'.$envs.'</td><td>'.$image.'</td><td>'.$command.'</td><td><td class="buttongroup">'.$action.'</tr>'."\n";
|
echo '<tr class="'.$status.'"><td><a href="javascript:details('."'".$c['Id']."'",')">'.$name.'</a></td><td>'.$ports.'</td><td>'.$links.'</td><td>'.$image.'</td><td class="buttongroup">'.$action.'</td></tr>'."\n";
|
||||||
}
|
}
|
||||||
echo "</tbody></table>";
|
echo "</tbody></table>";
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user