Added new Radius ONT Parser to TheTool

This commit is contained in:
Luca Haid
2025-01-29 16:09:44 +01:00
parent b96d9afdef
commit f4fb3eb39d
3 changed files with 311 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ class RadiusController extends mfBaseController {
protected function indexAction() {
$this->layout()->set('additionalJS', ["plugins/chart.js/chart.4.4.6.js", "plugins/chart.js/chartjs-adapter-moment.min.js"]);
Helper::renderVue($this, $this->mod, "Radius", []);
Helper::renderVue($this, $this->mod, "Radius", ['CAN_BILLING' => $this->me->can("Billing")]);
}