Thing Details: broaden the criteria for hyperlinking thing status description (#3000)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>pull/3001/head
parent
d16fe3ac60
commit
f83116f447
|
@ -19,7 +19,7 @@ export default {
|
|||
},
|
||||
thingStatusDescription (statusInfo) {
|
||||
const description = statusInfo.description
|
||||
if (statusInfo.statusDetail === 'CONFIGURATION_PENDING' && description) {
|
||||
if (description) {
|
||||
const result = linkRegex.exec(description)
|
||||
if (result) {
|
||||
const { pretext, path, posttext } = result.groups
|
||||
|
|
Loading…
Reference in New Issue