NLnetLabs / JDR-web

Mozilla Public License 2.0
2 stars 1 forks source link

show full path of file in object detail view #22

Closed DRiKE closed 4 years ago

DRiKE commented 4 years ago

In the detail view currently only the basename of the file is displayed (in bold, at the top of the detail view). Including the full path would provide useful context.

DRiKE commented 4 years ago

Responses of ObjectDetail calls now include path, which is the full path up until (thus excluding) the basename: this way, the path field can hopefully be used to easily solve #18 as well.

For this issue, the path and filename in the response should be combined by the front-end and displayed as described above.