accommodate dupes from ajax logtail

This commit is contained in:
Rob Vella 2020-07-31 04:27:48 -07:00
parent a589f2a5ad
commit 8d1a71f0e8
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -107,7 +107,7 @@ let App = new Vue({
this.addEntry( this.addEntry(
{ {
node: match[3], node: match[3],
key: match[4], key: match[4] || "KEY",
via: match[5], via: match[5],
type: type, type: type,
typeLabel: this.getNodeTypeLabel(type), typeLabel: this.getNodeTypeLabel(type),