Mobile Integration,Pop Multiple Networks,DataTables responsible update,Migrations

Mobile Integration:
* in footer.php js eingefügt damit das mobile Menu funktioniert
* in menu.php bzw. app.css neue Klasse eingefügt mobile-hide um in der mobilen Version Menupünkte zu verstecken

Pop Multiple Networks
* Pops können nun mehrere Netzgebiete haben
* Netzgebiete und Pop ansicht angepasst
* (Script muss ausgeführt werden um die PopNetwork Table vom Bestand zu befüllen)

DataTables responsible update
* Datatables update und responsible addon
* Diverse Anpassungen für Responsible in:
  - Pops, Geräte Hersteller, Geräte Typen, Devices, Benutzer

Migrations
* PopNetwork
* Poprackmodulepatch
This commit is contained in:
Spitzer Daniel
2024-01-01 14:16:31 +01:00
parent 1948e58a7c
commit 02497d8e98
34 changed files with 74059 additions and 45561 deletions
+10 -1
View File
@@ -442,7 +442,12 @@ Responsive Menu
background-color: #fff; }
#navigation.open {
display: block;
overflow-y: auto; } }
overflow-y: auto; }
.mobile-hide
{
display:none !important;
}
}
@media (max-height: 375px) {
.navigation-menu {
@@ -1982,3 +1987,7 @@ body.authentication-bg {
.social-links li a:hover {
color: #6c757d;
border-color: #6c757d; }
.d-lg-list-item
{
display: list-item;
}