Skip to content
Snippets Groups Projects
Commit 2eeb0fd9 authored by hahn's avatar hahn
Browse files

- update appmonitor client class

- simplify filter on top in the project overview
parent 896a25f1
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ if ($aParams["prj"] == "all") {
$sOut.= '<pre>'.print_r($aTmp, 1).'</pre>';
// print_r($aConfig);
// ----- from HERE: generate form (experimental)
$i = 0;
require_once ("./classes/formgen.class.php");
......@@ -154,7 +156,7 @@ if ($aParams["prj"] == "all") {
$sOut.=$oHtml->getBox("error", '<ul>'.$sError.'</ul>');
} else {
$oForm = new formgen($aForms);
// TODO: unhide after checkin
// TODO to enable form uncomment the next line
// $sOut.=$oForm->renderHtml("setup");
}
......@@ -271,7 +273,6 @@ if ($aParams["prj"] == "all") {
// ------------------------------------------------------------
// logoanalyzer
// ------------------------------------------------------------
// TODO
if ($aParams["par3"]=="actionlog") {
// $oPrj = new project();
require_once("./classes/actionlog.class.php");
......@@ -280,6 +281,20 @@ if ($aParams["prj"] == "all") {
$sOut.=$oLog->renderLogs(array(), true);
}
// ------------------------------------------------------------
// stats
// ------------------------------------------------------------
//
if ($aParams["par3"]=="stats") {
// $oPrj = new project();
require_once("./classes/actionlog.class.php");
$oLog=new Actionlog('');
$sOut.='TODO'
//. $oLog->renderStats(array(), true)
;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment