19 lines
392 B
HTML
19 lines
392 B
HTML
|
<h1 class="page-header">Twilio Recordings</h1>
|
||
|
|
||
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Recording</th>
|
||
|
<th>Duration</th>
|
||
|
<th>Call SID</th>
|
||
|
<th>Call Date</th>
|
||
|
<th>Call Status</th>
|
||
|
<th>Call Duration</th>
|
||
|
<th>Call From</th>
|
||
|
<th>Call To</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
|
||
|
</tbody>
|
||
|
</table>
|