new v3 layout
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user