From 43720677ca14f1ef7e17382455083c42262b4211 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Thu, 23 Mar 2023 20:51:48 +0100 Subject: fix --- _tools/ont-lantiq-print-eeprom.md | 4 +-- assets/js/vue/vue-lantiq-eeprom.vue | 56 ++++++++++++++++++++++--------------- 2 files changed, 35 insertions(+), 25 deletions(-) diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md index 6d95ebf..62f4314 100644 --- a/_tools/ont-lantiq-print-eeprom.md +++ b/_tools/ont-lantiq-print-eeprom.md @@ -12,6 +12,4 @@ layout: default - - -{% include alert.html content="For more information, see the SFF-8472 Rev 10.2 specification." alert="Info" icon="svg-info" color="blue" %} \ No newline at end of file + \ No newline at end of file diff --git a/assets/js/vue/vue-lantiq-eeprom.vue b/assets/js/vue/vue-lantiq-eeprom.vue index 94c3db7..4bb41ed 100644 --- a/assets/js/vue/vue-lantiq-eeprom.vue +++ b/assets/js/vue/vue-lantiq-eeprom.vue @@ -12,26 +12,32 @@ - - - - - - - - - - - - - - - - - - - -
addresssizenamehex valuedecoded valuedescription
{{ value.address }}{{ value.size }}{{ value.name.replaceAll('**', '') }}{{ value.name }}{{ chunk(value.value)?.map(it => `0x${it}`)?.join(' ') }}{{ value.human }}{{ value.description.replaceAll('**', '') }}{{ value.description }}
+
+ + + + + + + + + + + + + + + + + + + +
addresssizenamehex valuedecoded valuedescription
{{ value.address }}{{ value.size }}{{ value.name.replaceAll('**', '') }}{{ value.name }}{{ chunk(value.value)?.map(it => `0x${it}`)?.join(' ') }}{{ value.human }}{{ value.description.replaceAll('**', '') }}{{ value.description }}
+
+