Initial commit
This commit is contained in:
8
#pma/templates/server/binlog/log_row.phtml
Normal file
8
#pma/templates/server/binlog/log_row.phtml
Normal file
@ -0,0 +1,8 @@
|
||||
<tr class="noclick <?= ($odd_row ? 'odd' : 'even'); ?>">
|
||||
<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"><?= (isset($value['Orig_log_pos']) ? $value['Orig_log_pos'] : $value['End_log_pos']); ?></td>
|
||||
<td><?= \PMA\libraries\Util::formatSql($value['Info'], ! $dontlimitchars); ?></td>
|
||||
</tr>
|
Reference in New Issue
Block a user