Commit 36840022 authored by Frank Wall's avatar Frank Wall Committed by Franco Fichtner

bring back loadbalancer descriptions

(cherry picked from commit 98fb864a)
parent aace2efb
......@@ -115,7 +115,7 @@ class MainTable {
echo " </td>\n";
}
echo " <td class=\"listbg\" onclick=\"fr_toggle({$cur_row})\" id=\"frd{$cur_row}\" ondblclick=\"document.location='{$this->edit_uri}?id={$cur_row}'\">\n";
echo " <font color=\"#FFFFFF\">{$row[$this->cname[$this->columns - 1]]}</font>\n";
echo " {$row[$this->cname[$this->columns - 1]]}\n";
echo " </td>\n";
echo " <td class=\"list nowrap\">\n";
$this->display_buttons($cur_row);
......
......@@ -140,7 +140,7 @@ if (!$nentries) {
</table>
</td>
<td class="listbg" >
<font color="#FFFFFF"><?=$vsent['descr'];?></font>
<?=$vsent['descr'];?>
</td>
</tr>
<?php $i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment