You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <tr class="noclick">
- <td>{{ value['Log_name'] }}</td>
- <td class="right">{{ value['Pos'] }}</td>
- <td>{{ value['Event_type'] }}</td>
- <td class="right">{{ value['Server_id'] }}</td>
- <td class="right">
- {{- value['Orig_log_pos'] is defined ? value['Orig_log_pos'] : value['End_log_pos'] -}}
- </td>
- <td>{{ Util_formatSql(value['Info'], not dontlimitchars) }}</td>
- </tr>
|