diff --git a/Layout/default/Devicemanufactor/Index.php b/Layout/default/Devicemanufactor/Index.php
index 2eb12c5f3..82ac82ef2 100644
--- a/Layout/default/Devicemanufactor/Index.php
+++ b/Layout/default/Devicemanufactor/Index.php
@@ -36,7 +36,7 @@ $pagination_entity_name = "Devicemanufactor";
margin-top: -5px;
}
- .edit-weight {
+ .edit-width {
width: 50px;
}
@@ -81,7 +81,7 @@ $pagination_entity_name = "Devicemanufactor";
| Name |
Erstellt von |
- |
+ |
|
diff --git a/Layout/default/Pop/Index.php b/Layout/default/Pop/Index.php
index 01b475c6f..415ab89c2 100644
--- a/Layout/default/Pop/Index.php
+++ b/Layout/default/Pop/Index.php
@@ -36,6 +36,19 @@ $pagination_entity_name = "Pops";
margin-left: 30px !important;
margin-top: -5px;
}
+
+ .edit-width {
+ width: 50px;
+ }
+ .font-weight-500
+ {
+ font-weight: 500;
+ }
+ .order-date-pill
+ {
+ margin: 2px;
+ white-space: nowrap;
+ }
@@ -78,9 +91,9 @@ $pagination_entity_name = "Pops";
Name |
Netgebiet |
Zutritt |
- Vlan Public/Nat |
+ Vlan Public/Nat/IPv6 |
Koordinaten |
- |
+ |
@@ -94,13 +107,22 @@ $pagination_entity_name = "Pops";
-
+ vlan_public)))
+ $vlans .= 'Public: ' . $pop->vlan_public . '';
+ if (!empty(trim($pop->vlan_nat)))
+ $vlans .= 'Nat: ' . $pop->vlan_nat . '';
+ if (!empty(trim($pop->vlan_ipv6)))
+ $vlans .= 'IPv6: ' . $pop->vlan_ipv6 . '';
+ ?>
| = $pop->name ?> |
= $pop->network->name ?> |
= $pop->location ?> |
- = $pop->vlan_public ?> / = $pop->vlan_nat ?> |
+ = $vlans ?> |
|