1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-01 04:07:28 +01:00

refactor: edit table

This commit is contained in:
frab1t 2019-05-18 19:39:05 +02:00
parent 78c87f8e2d
commit 0579e77c8a

View File

@ -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>