Minor fixes
This commit is contained in:
parent
daae909068
commit
e3ad227c9b
BIN
database.mwb
BIN
database.mwb
Binary file not shown.
@ -35,9 +35,9 @@ if (!empty($VARS["attachto"]) && Machine::exists($VARS["attachto"])) {
|
|||||||
<th data-priority="1"><?php $Strings->get('Actions'); ?></th>
|
<th data-priority="1"><?php $Strings->get('Actions'); ?></th>
|
||||||
<th data-priority="2"><i class="fas fa-memory hidden-sm"></i> <?php $Strings->get('ID'); ?></th>
|
<th data-priority="2"><i class="fas fa-memory hidden-sm"></i> <?php $Strings->get('ID'); ?></th>
|
||||||
<th data-priority="3"><i class="fas fa-desktop hidden-sm"></i> <?php $Strings->get('Machine ID'); ?></th>
|
<th data-priority="3"><i class="fas fa-desktop hidden-sm"></i> <?php $Strings->get('Machine ID'); ?></th>
|
||||||
<th data-priority="1"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Model'); ?></th>
|
<th data-priority="1"><i class="fas fa-hashtag hidden-sm"></i> <?php $Strings->get('Model'); ?></th>
|
||||||
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Serial'); ?></th>
|
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Serial'); ?></th>
|
||||||
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Capacity'); ?></th>
|
<th data-priority="2"><i class="fas fa-database hidden-sm"></i> <?php $Strings->get('Capacity'); ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -59,7 +59,7 @@ if (!empty($VARS["attachto"]) && Machine::exists($VARS["attachto"])) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<td><a href="./app.php?page=viewcomponent&id=<?php echo $c['compid']; ?>"><?php echo $c['compid']; ?></a></td>
|
<td><?php echo $c['compid']; ?></td>
|
||||||
<td><?php
|
<td><?php
|
||||||
if (!empty($c['machineid'])) {
|
if (!empty($c['machineid'])) {
|
||||||
?>
|
?>
|
||||||
@ -79,12 +79,11 @@ if (!empty($VARS["attachto"]) && Machine::exists($VARS["attachto"])) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th data-priority="0"></th>
|
<th data-priority="0"></th>
|
||||||
<th data-priority="1"><?php $Strings->get('Actions'); ?></th>
|
<th data-priority="1"><?php $Strings->get('Actions'); ?></th>
|
||||||
<th data-priority="3"><i class="fas fa-desktop hidden-sm"></i> <?php $Strings->get('ID'); ?></th>
|
<th data-priority="2"><i class="fas fa-memory hidden-sm"></i> <?php $Strings->get('ID'); ?></th>
|
||||||
<th data-priority="2"><i class="fas fa-user hidden-sm"></i> <?php $Strings->get('Client'); ?></th>
|
<th data-priority="3"><i class="fas fa-desktop hidden-sm"></i> <?php $Strings->get('Machine ID'); ?></th>
|
||||||
<th data-priority="4"><i class="fas fa-hdd hidden-sm"></i> <?php $Strings->get('OS/Software'); ?></th>
|
<th data-priority="1"><i class="fas fa-hashtag hidden-sm"></i> <?php $Strings->get('Model'); ?></th>
|
||||||
<th data-priority="2"><i class="fas fa-hashtag hidden-sm"></i> <?php $Strings->get('Model'); ?></th>
|
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Serial'); ?></th>
|
||||||
<th data-priority="1"><i class="fas fa-calendar hidden-sm"></i> <?php $Strings->get('Last Event'); ?></th>
|
<th data-priority="2"><i class="fas fa-database hidden-sm"></i> <?php $Strings->get('Capacity'); ?></th>
|
||||||
<th data-priority="3"><i class="fas fa-barcode hidden-sm"></i> <?php $Strings->get('Serial'); ?></th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
@ -15,6 +15,8 @@ if (!$user->hasPermission("MACHINEMANAGER_EDIT")) {
|
|||||||
|
|
||||||
$editing = false;
|
$editing = false;
|
||||||
|
|
||||||
|
$machine = null;
|
||||||
|
|
||||||
if (!empty($VARS["arg"]) && Component::exists($VARS["arg"])) {
|
if (!empty($VARS["arg"]) && Component::exists($VARS["arg"])) {
|
||||||
$editing = true;
|
$editing = true;
|
||||||
$component = new Component($VARS["arg"]);
|
$component = new Component($VARS["arg"]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user