mirror of https://github.com/itflow-org/itflow
Fixed Edit Assign to if the asset was anything but a workstation it would blank out during an edit
This commit is contained in:
parent
06ae05f4f2
commit
647f133f48
|
|
@ -135,7 +135,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<?php if($asset_type !== 'Firewall/Router' && $asset_type !== 'Switch' && $asset_type !== 'Access Point' && $asset_type !== 'Printer' && $asset_type !== 'Server' && $asset_type !== 'Virtual Machine'){ ?>
|
||||
<div class="form-group">
|
||||
<label>Assigned To</label>
|
||||
<div class="input-group">
|
||||
|
|
@ -161,7 +160,6 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Network</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue