Add cosmetic adjustments to ticket form and list
This commit is contained in:
parent
8c4e88f73b
commit
7ff46037fb
2 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<div class="m-content">
|
||||
<!--Begin::Section-->
|
||||
<div class="row">
|
||||
<div class="col-xl-8 offset-xl-2">
|
||||
<div class="col-xl-10">
|
||||
<div class="m-portlet m-portlet--mobile">
|
||||
<div class="m-portlet__head">
|
||||
<div class="m-portlet__head-caption">
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
<label for="details" data-field="details">
|
||||
Details
|
||||
</label>
|
||||
<textarea class="form-control m-input" id="details" rows="4" name="details">{{ obj.getDetails }}</textarea>
|
||||
<textarea class="form-control m-input" id="details" rows="6" name="details">{{ obj.getDetails }}</textarea>
|
||||
<div class="form-control-feedback hide" data-field="details"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -85,12 +85,13 @@
|
|||
},
|
||||
{
|
||||
field: 'date_create',
|
||||
title: 'Date Created'
|
||||
title: 'Date Created',
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
field: 'subject',
|
||||
title: 'Subject',
|
||||
width: 300
|
||||
width: 250
|
||||
},
|
||||
{
|
||||
field: 'first_name',
|
||||
|
|
|
|||
Loading…
Reference in a new issue