usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Fixed 'More' button in Metrics Info box. #230

Closed chuanlin2018 closed 2 years ago

chuanlin2018 commented 2 years ago

http://mml.nist.gov:8080/browse/ODD-1023

This check in fixes the "more" button in the metrics info box in the landing page. It supposed to open the metrics page but is currently link to the about page instead.

A chart icon was also added at front of "More" to make it consistent with the link under "About This Dataset".

To test, run it locally with useMetadataService: true and editEnabled: false in environment.ts. Or run it in docker.

deoyani commented 2 years ago

Worked locally.