Show existing asset OS when editing

This commit is contained in:
Marcus Hill 2022-05-02 21:24:03 +01:00
parent 5b400dec9f
commit 9e1b5f6903
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fab fa-fw fa-windows"></i></span>
</div>
<input type="text" class="form-control" name="os" placeholder="ex Windows 10 Pro">
<input type="text" class="form-control" name="os" placeholder="ex Windows 10 Pro" value="<?php echo $asset_os; ?>">
</div>
</div>
<?php } ?>