Add dashboard, device, extension, and gateway enabled toggle (#6548)

* Update system_counts.php

* Update call_forward.php

* Add dashboard widget enabled toggle

* Add device enabled toggle

* Add extension enabled toggle

* Add gateway enabled toggle

* Update extension_edit.php

* Update extension_edit.php

* Update device_edit.php

* Update gateway_edit.php
This commit is contained in:
Alex
2023-02-10 11:14:43 -07:00
committed by GitHub
parent ce52b2f750
commit 2acda5ea06
6 changed files with 43 additions and 52 deletions

View File

@@ -143,7 +143,7 @@
echo " chart_text: '".$stats['call_forward']."'\n";
echo " },\n";
echo " legend: {\n";
echo " position: 'right',\n";
echo " position: 'right',\n";
echo " reverse: true,\n";
echo " labels: {\n";
echo " usePointStyle: true,\n";