init web ems all

This commit is contained in:
agtuser
2024-09-27 17:13:36 +08:00
parent 81c97acbe9
commit 5cc56f8078
4263 changed files with 798779 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>