new v3 layout

This commit is contained in:
2025-09-23 13:17:35 +02:00
parent 818d98b504
commit bf20a61105
2 changed files with 3 additions and 2 deletions
@@ -40,9 +40,9 @@ Vue.component('Cpeprovisioning', {
<small class="text-muted">SPIN: <span class="text-pink">{{ item.spin }}</span></small>
</div>
<div class="location-contact-header">
<div><strong>Netzgebiet:</strong> {{ item.network }}</div>
<div><strong>POP:</strong> {{ item.pop_name || 'N/A' }}</div>
<div><strong>Netzgebiet:</strong> {{ item.network || 'N/A' }}</div>
<div v-if="item.owner_phone"><i class="fas fa-phone mr-2 text-muted"></i>{{ item.owner_phone }}</div>
<div><strong>Adresse:</strong> {{ item.owner_full_address || 'N/A' }}</div>
<div v-if="item.owner_email"><i class="fas fa-envelope mr-2 text-muted"></i>{{ item.owner_email }}</div>
</div>
<div class="header-actions">