webui (idnode.js): If some key is not preset, show the key itself
This commit is contained in:
parent
0e6c46aa0f
commit
163ec92059
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ tvheadend.IdNodeField = function(conf)
|
|||
var nv = st.getAt(r).get('val');
|
||||
if (nv)
|
||||
t.push(nv);
|
||||
} else {
|
||||
t.push(d[i]);
|
||||
}
|
||||
}
|
||||
v = t.join(',');
|
||||
|
|
Loading…
Add table
Reference in a new issue