diff --git a/apps/ops/src/components/shared/detail-sections/EquipmentDetail.vue b/apps/ops/src/components/shared/detail-sections/EquipmentDetail.vue index 5500b25..479dd03 100644 --- a/apps/ops/src/components/shared/detail-sections/EquipmentDetail.vue +++ b/apps/ops/src/components/shared/detail-sections/EquipmentDetail.vue @@ -65,6 +65,42 @@ + +
+
+
Internet
+ +
OLT
{{ oltLabel }}
+ +
ONT
{{ doc.olt_slot }}/{{ doc.olt_port }}/{{ doc.olt_ontid }}
+
+
+ {{ fibOnline === true ? 'En ligne' : fibOnline === false ? 'Hors ligne' : 'À vérifier' }} + Rx {{ liveF.rxPower }} dBm + Interrogation de l'OLT en direct… (~30 s) + {{ liveF.error }} + via OLT en direct + + Copier un résumé pour le ticket + +
+
+
Signal Rx/Tx
{{ liveF.rxPower }} / {{ liveF.txPower }} dBm
+
Distance
{{ liveF.distance }} m
+
Uptime
{{ liveF.uptime }}
+ +
WAN
{{ liveF.wanIp }}
+
Profil
{{ liveF.profileId }}
+
VoIP
{{ liveF.voip }}
+
IPTV
{{ liveF.iptv }}
+
Firmware
{{ liveF.firmware }}
+
Dern. coupure
{{ liveF.lastDown }}
+
+
{{ liveF.error || 'OLT injoignable' }}
+
Lecture des données OLT en direct…
+
+
@@ -325,8 +361,8 @@
-
- Chargement diagnostic ACS... +
+ Chargement diagnostic ACS...