Skip to content
Snippets Groups Projects
Commit f0357759 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add clickable filters in tables

parent fd4cd08e
No related branches found
No related tags found
1 merge request!43add clickable filters in tables
......@@ -78,7 +78,7 @@ foreach($oMfasessions->search([
<td title=\"$sTimes\">".( $sLifetime). "</td>
<td title=\"$sTimes\">".date("Y-m-d H:i:s", $aSession['timemfa']). "</td>
<td><a href=\"#\" onclick=\"filter(this); return false;\">$aSession[username]</a></td>
<td>".($aApps[$aSession['appid']] ?? "")."</td>
<td><a href=\"#\" onclick=\"filter(this); return false;\">".($aApps[$aSession['appid']] ?? "")."</a></td>
<td><a href=\"#\" onclick=\"filter(this); return false;\">$aSession[appid]</a></td>
<td>$aSession[method]</td>
<td><a href=\"https://whatismyipaddress.com/ip/$aSession[ip]\" target=\"_blank\">$aSession[ip]</a></td>
......
......@@ -81,7 +81,7 @@ if ($aUsers) {
$sList .= "
<tr>
<td>{$aUser['username']}</td>
<td>".($aApps[$aUser['appid']] ?? "?")."</td>
<td><a href=\"#\" onclick=\"filter(this); return false;\">".($aApps[$aUser['appid']] ?? "?")."</a></td>
<td><a href=\"#\" onclick=\"filter(this); return false;\">{$aUser['appid']}</a></td>
<td>{$aUser['timecreated']}</td>
<td><nobr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment