basic setup to make units selectable in band table

This commit is contained in:
HB9HIL
2024-07-05 20:16:25 +02:00
parent 571c93d0b5
commit 44ee68c19f
3 changed files with 318 additions and 245 deletions

View File

@@ -20,6 +20,7 @@ class Band extends CI_Controller {
$this->load->model('bands');
$data['bands'] = $this->bands->get_all_bands_for_user();
$data['units'] = $this->frequency->QRG_UNITS;
// Render Page
$data['page_title'] = __("Bands");