diff --git a/Layout/default/Dashboard/Dashboard.php b/Layout/default/Dashboard/Dashboard.php index 1cde11192..ea24b2b27 100644 --- a/Layout/default/Dashboard/Dashboard.php +++ b/Layout/default/Dashboard/Dashboard.php @@ -1,3 +1,30 @@ +
@@ -115,25 +142,37 @@
- + @@ -163,6 +202,39 @@ }); + + var providerChart = new Chart(document.getElementById('partner-chart').getContext('2d'), { + type: 'doughnut', + data: { + labels: [ + $c): ?> + " (%)", + + ], + datasets: [{ + data: [ + + , + + ], + backgroundColor: [ + "" + ], + borderWidth: 2 + + }] + }, + options: { + scales: { + y: { + beginAtZero: true + } + }, + legend: false, + } + }); + + }); diff --git a/Layout/default/Pop/Index.php b/Layout/default/Pop/Index.php index 2014a1c18..6d75929dc 100644 --- a/Layout/default/Pop/Index.php +++ b/Layout/default/Pop/Index.php @@ -42,7 +42,7 @@ $pagination_entity_name = "Pops"; Name - Netgebiet + Netzgebiet Zutritt Vlan Public/Nat/IPv6 Koordinaten diff --git a/Layout/default/header.php b/Layout/default/header.php index d43bf00cc..9313717d4 100644 --- a/Layout/default/header.php +++ b/Layout/default/header.php @@ -21,6 +21,12 @@ + + + + + + @@ -34,6 +40,12 @@ + + + + + +