mirror of https://gitee.com/bigwinds/arangodb
The frontend now properly prints the license of an app.
This commit is contained in:
parent
3d68efeb9d
commit
67626650df
|
@ -300,6 +300,7 @@ function listJson (showPrefix, onlyDevelopment) {
|
|||
author: doc.manifest.author,
|
||||
system: doc.isSystem || false,
|
||||
development: doc.isDevelopment || false,
|
||||
license: doc.manifest.license,
|
||||
version: doc.version,
|
||||
path: fs.join(fs.makeAbsolute(doc.root), doc.path)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue