show signatures
This commit is contained in:
parent
52a6db789e
commit
938a2d4a3b
@ -273,8 +273,9 @@ export default {
|
||||
return i
|
||||
}
|
||||
const txt = text.substring(text.indexOf(':') + 1, text.indexOf(' '))
|
||||
const sig = text.split(' ')
|
||||
const val = this.vals.find(x => x.hex.startsWith(txt))
|
||||
return val?.description?.moniker || txt
|
||||
return `${val?.description?.moniker || txt} - ${sig[3]}`
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user