added partner number
This commit is contained in:
@@ -38,7 +38,7 @@ Vue.component('Cpeprovisioning', {
|
||||
<span style="display: ruby;">
|
||||
<strong>{{ item.customer }}<small v-if="item.owner_customer_number" class="text-muted ml-2">#{{ item.owner_customer_number }}</small></strong>
|
||||
</span>
|
||||
<small class="text-muted">SPIN: <span class="text-pink">{{ item.spin }}</span></small>
|
||||
<small v-if="item.spin" class="text-muted">SPIN: <span class="text-pink">{{ item.spin }}</span></small>
|
||||
</div>
|
||||
<div class="location-contact-header">
|
||||
<div><strong>Netzgebiet:</strong> {{ item.network || 'N/A' }}</div>
|
||||
|
||||
Reference in New Issue
Block a user