Merge pull request #1476 from ich777/master

System Drivers: Just for the looks
This commit is contained in:
tom mortensen
2023-10-24 11:01:18 -07:00
committed by GitHub
@@ -79,9 +79,9 @@ switch ($_POST['table']) {
$supporthtml = "<span id='link$modname'><a href='$supporturl' target='_blank'><i title='"._("Support page $pluginname")."' class='fa fa-phone-square'></i></a></span>" ;
}
}
if (isset($module["version"])) $version = "(".$module["version"].")" ; else $version = "" ;
if (isset($module["version"])) $version = " (".$module["version"].")" ; else $version = "" ;
$html .= "<td>$modname $version$supporthtml</td>" ;
$html .= "<td>$modname$version$supporthtml</td>" ;
$html .= "<td>{$module['description']}</td><td id=\"status$modname\">{$module['state']}</td><td>{$module['type']}</td>";
$text = "" ;