Moved Asset Icons from Type to the front of name in client asset listing

This commit is contained in:
johnnyq
2021-08-29 21:45:18 -04:00
parent f4e88f26db
commit 4e4455d219
2 changed files with 3 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
</div>
<div class="form-group">
<textarea class="form-control" rows="8" name="notes" placeholder="Enter some notes"><?php echo $location_notes; ?></textarea>
<textarea class="form-control" rows="6" name="notes" placeholder="Enter some notes"><?php echo $location_notes; ?></textarea>
</div>
</div>