mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: edit table
This commit is contained in:
@@ -23,14 +23,10 @@ class Table extends Component {
|
|||||||
<TableBootstrap bordered id="table-ticket-info" className="bg-white">
|
<TableBootstrap bordered id="table-ticket-info" className="bg-white">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colSpan={2}>Ticket Info</th>
|
<th colSpan={2}>Ticket: {data.id}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<td className="font-weight-bold text-right td-key">id</td>
|
|
||||||
<td className="td-value text-left">{data.id}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td className="font-weight-bold text-right td-key">status</td>
|
<td className="font-weight-bold text-right td-key">status</td>
|
||||||
<td className="td-value text-left">{data.status}</td>
|
<td className="td-value text-left">{data.status}</td>
|
||||||
|
Reference in New Issue
Block a user