Various UX Improvements

Also rearranged asset detail/edit to be more space efficient
This commit is contained in:
2020-02-16 15:37:09 +00:00
parent ed5339925e
commit 54ec38f7e1
7 changed files with 28 additions and 10 deletions

View File

@@ -54,6 +54,15 @@
</div>
<!--- TODO Add buttons for 'today' and 'unknown' (sets to beginning of time)--->
</div>
<div class="form-group">
<label for="{{ form.salvage_value.id_for_label }}" class="col-sm-2 control-label">Salvage Value</label>
<div class="col-sm-10">
<div class="input-group">
<span class="input-group-addon">£</span>
{% render_field form.salvage_value|add_class:'form-control' value=object.salvage_value %}
</div>
</div>
</div>
<hr>
<div class="form-group">
<label for="{{ form.is_cable.id_for_label }}" class="col-sm-2 control-label">Cable?</label>