Skip to content
Snippets Groups Projects
Commit 4f36ff06 authored by hahn's avatar hahn
Browse files

- update appmonitor client class

- simplify filter on top in the project overview
parent c973c666
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ if(is_array($aData) && count($aData)){ ...@@ -138,7 +138,7 @@ if(is_array($aData) && count($aData)){
$sOut.='' $sOut.=''
. '<form method="POST" action="index.php">' . '<form method="POST" action="index.php">'
. '<input type="hidden" name="action" value="cleanup">' . '<input type="hidden" name="action" value="cleanup">'
. '<button>Cleanup</button>' . '<button>Cleanup (older 1d)</button>'
. '</form>' . '</form>'
. '<table id="tbldata"><thead>' . '<table id="tbldata"><thead>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment