Added Waja to Timeline

This commit is contained in:
int2001
2024-07-23 07:38:31 +00:00
parent 27952ac569
commit 2e7e222966
3 changed files with 66 additions and 1 deletions

View File

@@ -104,6 +104,9 @@ class Timeline extends CI_Controller {
case 'vucc' : $data['page_title'] = __("Log View")." - VUCC";
$data['filter'] = "Gridsquare ". $querystring;
break;
case 'waja' : $data['page_title'] = __("Log View")." - WAJA";
$data['filter'] = "WAJA ". $querystring;
break;
}
if ($band != "All") {
@@ -113,4 +116,4 @@ class Timeline extends CI_Controller {
$this->load->view('timeline/details', $data);
}
}
}