Add preview for lightning group pages
This commit is contained in:
@@ -56,6 +56,13 @@ const routes = {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
group: {
|
||||
render: true,
|
||||
params: 1,
|
||||
getTitle(path) {
|
||||
return `Lightning Node Group: ${path[0]}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user