Add raw column.
This commit is contained in:
		@@ -19,6 +19,7 @@
 | 
			
		||||
     <tr>
 | 
			
		||||
      <th> from </th>
 | 
			
		||||
      <th> object_name </th>
 | 
			
		||||
      <th> raw </th>
 | 
			
		||||
      <th> created (utc) </th>
 | 
			
		||||
      <th> more </th>
 | 
			
		||||
    </tr>
 | 
			
		||||
@@ -26,6 +27,7 @@
 | 
			
		||||
     <tr>
 | 
			
		||||
       <td> <a href="https://digi.w1cdn.net/aprs_api/packets?from={{ i['from'] }}">{{ i['from'] }}</a> </td>
 | 
			
		||||
       <td> {{ i['object_name'] }} </td>
 | 
			
		||||
       <td> {{ i['raw'] }} </td>
 | 
			
		||||
       <td> {{ i['created'] }} </td>
 | 
			
		||||
       <td> <a href="https://digi.w1cdn.net/aprs_api/packets?id={{ i['id'] }}">more</a>
 | 
			
		||||
     </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user