Skip to content

Commit 6e0b961

Browse files
committed
1 parent eaa00d8 commit 6e0b961

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

interface/web/admin/list/log.list.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
//* Enable auth
4040
$liste['auth'] = 'no';
4141

42+
$liste['sort_field'] = 'tstamp';
43+
$liste['sort_direction'] = 'ASC';
4244

4345
/*****************************************************
4446
* Suchfelder

interface/web/admin/templates/syslog_list.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ <h2><tmpl_var name="list_head_txt"></h2>
2424
<tbody>
2525
<tmpl_loop name="records">
2626
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
27-
<td class="tbl_col_tstamp"><a href="#" onClick="loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="tstamp"}</a></td>
28-
<td class="tbl_col_server_id"><a href="#" onClick="loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="server_id"}</a></td>
29-
<td class="tbl_col_loglevel"><a href="#" onClick="loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="loglevel"}</a></td>
30-
<td class="tbl_col_message"><a href="#" onClick="loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="message"}</a></td>
27+
<td class="tbl_col_tstamp">{tmpl_var name="tstamp"}</td>
28+
<td class="tbl_col_server_id">{tmpl_var name="server_id"}</td>
29+
<td class="tbl_col_loglevel">{tmpl_var name="loglevel"}</td>
30+
<td class="tbl_col_message">{tmpl_var name="message"}</td>
3131
<td class="tbl_col_buttons">
3232
&nbsp;
3333
</td>

0 commit comments

Comments
 (0)