Project

General

Profile

« Previous | Next » 

Revision fbe6a2ce

Added by Jared Dillard over 9 years ago

(status > ipsec) clean up css

View differences:

src/usr/local/www/status_ipsec.php
261 261
					<td>
262 262
<?php
263 263
		if ($ikesa['state'] == 'ESTABLISHED') {
264
			print('<span style="color:green">');
264
			print('<span class="text-success">');
265 265
		} else {
266 266
			print('<span>');
267 267
		}
......
304 304

  
305 305
						<table class="table table-hover table-condensed" id="childsa-<?=$ikeid?>" style="display:none">
306 306
							<thead>
307
								<tr class="info">
307
								<tr class="bg-info">
308 308
									<th><?=gettext("Local subnets")?></th>
309 309
									<th><?=gettext("Local SPI(s)")?></th>
310 310
									<th><?=gettext("Remote subnets")?></th>
......
517 517
function show_childsa(id, buttonid) {
518 518
	document.getElementById(buttonid).innerHTML='';
519 519
	aodiv = document.getElementById(id);
520
	aodiv.style.display = "block";
520
	aodiv.style.display = "table";
521 521
}
522 522
//]]>
523 523
</script>

Also available in: Unified diff