output the initial table head
parent
64c3c21564
commit
fb44619a66
|
@ -1 +1 @@
|
|||
Subproject commit ca91b87fda8e006e4fca2ed870f24f9a29c2905d
|
||||
Subproject commit 7108489f218c54d36d235d3af91d6da2f8311237
|
|
@ -1 +1 @@
|
|||
Subproject commit 1351dde6b4c75b215099ae8bcf5a21d6c6e10298
|
||||
Subproject commit c3976f1478c681b0bbc132ec3a3e82c3984eeed5
|
|
@ -208,6 +208,7 @@ ob_start();
|
|||
<?php
|
||||
$table_head = ob_get_contents();
|
||||
ob_end_clean();
|
||||
echo $table_head;
|
||||
for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) {
|
||||
$monitor = $displayMonitors[$monitor_i];
|
||||
$Monitor = new Monitor($monitor);
|
||||
|
|
Loading…
Reference in New Issue