mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Merge branch 'master' of github.com:johnnyq/itflow
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if($asset_type !== 'Phone' AND $asset_type !== 'Mobile Phone' AND $asset_type !== 'Tablet' AND $asset_type !== 'Firewall/Router' AND $asset_type !== 'Switch' AND $asset_type !== 'Access Point' AND $asset_type !== 'Printer' AND $asset_type !== 'Camera' AND $asset_type !== 'TV' AND $asset_type !== 'Other'){ ?>
|
<?php if($asset_type !== 'Phone' AND $asset_type !== 'Mobile Phone' AND $asset_type !== 'Tablet' AND $asset_type !== 'Access Point' AND $asset_type !== 'Printer' AND $asset_type !== 'Camera' AND $asset_type !== 'TV' AND $asset_type !== 'Other'){ ?>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Operating System</label>
|
<label>Operating System</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<b>Backup Info:</b> <?php echo $service_backup; ?> <br><br>
|
<b>Backup Info:</b> <?php echo $service_backup; ?> <br><br>
|
||||||
|
|
||||||
<h5><i class="nav-icon fas fa-sticky-note"></i> Notes</h5>
|
<h5><i class="nav-icon fas fa-sticky-note"></i> Notes</h5>
|
||||||
<p><?php echo $service_notes; ?></p>
|
<div style="white-space: pre-line"><?php echo $service_notes; ?></div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<!-- Assets -->
|
<!-- Assets -->
|
||||||
|
|||||||
Reference in New Issue
Block a user