mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
basic setup to make units selectable in band table
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user