Splitted VUCC into real VUCC and SAT-VUCC at Dashboard

This commit is contained in:
int2001
2023-11-22 06:04:58 +00:00
parent 27c8af1f9f
commit 1023ffafab
3 changed files with 46 additions and 41 deletions

View File

@@ -110,6 +110,7 @@ class Dashboard extends CI_Controller {
$data['last_five_qsos'] = $this->logbook_model->get_last_qsos('18', $logbooks_locations_array);
$data['vucc'] = $this->vucc->fetchVuccSummary();
$data['vuccSAT'] = $this->vucc->fetchVuccSummary('SAT');
$data['page_title'] = "Dashboard";