commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -12,21 +12,23 @@
*/
// Display devices as a list in detailed format
$header = [ 'state-marker' => '',
'',
[ 'hostname' => 'Hostname', 'domain' => 'Domain', 'location' => 'Location'],
'',
[ 'os' => 'Operating System', 'hardware' => 'Hardware Platform'],
[ 'uptime' => 'Uptime', 'sysName' => 'sysName']];
//r($table_header);
?>
<table class="table table-hover table-striped table-condensed ">
<thead>
<tr>
<th class="state-marker"></th>
<th></th>
<th>Device / Location</th>
<th></th>
<th>Operating System / Hardware Platform</th>
<th>Uptime / sysName</th>
</tr>
</thead>
<table class="table table-hover table-striped table-condensed ">
<?php
echo generate_table_header($header, $vars);
foreach ($devices as $device)
{
if (device_permitted($device['device_id']))