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