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