Revision e9701cfe
Added by Stephen Beaver over 9 years ago
src/usr/local/www/status_openvpn.php | ||
---|---|---|
208 | 208 |
</tbody> |
209 | 209 |
<tfoot> |
210 | 210 |
<tr> |
211 |
<td> |
|
211 |
<td colspan="2">
|
|
212 | 212 |
<table> |
213 | 213 |
<tr> |
214 | 214 |
<td> |
... | ... | |
219 | 219 |
</tr> |
220 | 220 |
</table> |
221 | 221 |
</td> |
222 |
<td colspan="5"> |
|
223 |
</td> |
|
222 | 224 |
</tr> |
223 | 225 |
</tfoot> |
224 | 226 |
</table> |
... | ... | |
260 | 262 |
</tbody> |
261 | 263 |
<tfoot> |
262 | 264 |
<tr> |
263 |
<td><?= gettext("An IP address followed by C indicates a host currently connected through the VPN.") ?></td> |
|
265 |
<td colspan="4"><?= gettext("An IP address followed by C indicates a host currently connected through the VPN.") ?></td>
|
|
264 | 266 |
</tr> |
265 | 267 |
</tfoot> |
266 | 268 |
</table> |
... | ... | |
286 | 288 |
<thead> |
287 | 289 |
<tr> |
288 | 290 |
<th><?=gettext("Name"); ?></th> |
291 |
<th><?=gettext("Status"); ?></th> |
|
289 | 292 |
<th><?=gettext("Connected Since"); ?></th> |
290 | 293 |
<th><?=gettext("Virtual Addr"); ?></th> |
291 | 294 |
<th><?=gettext("Remote Host"); ?></th> |
Also available in: Unified diff
Fixed #5617
Table columns corrected