correctly display license user name
This commit is contained in:
parent
cbbb10e217
commit
266248a67e
2 changed files with 2 additions and 2 deletions
|
@ -2080,7 +2080,7 @@ var UI = {
|
|||
},{
|
||||
type: 'span',
|
||||
label: 'Licensed to',
|
||||
value: ("license" in mist.data.config ? mist.data.config.license.name : ""),
|
||||
value: ("license" in mist.data.config ? mist.data.config.license.user : ""),
|
||||
LTSonly: true
|
||||
},{
|
||||
type: 'span',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue