Skip to content

Commit

Permalink
fixed link to report page
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Aug 13, 2024
1 parent 3967aa1 commit 22f01da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:report-generator-dg
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
"""
<iframe id="indexFrame" src="/vivo/rep/index.html" style="width: 100%; height: 100vh; border: none;"></iframe>
<iframe id="indexFrame" src="./webjars/rep/index.html" style="width: 100%; height: 100vh; border: none;"></iframe>

<!-- Add the following JavaScript code within a script tag -->
<script>
Expand All @@ -24,4 +24,4 @@ default:report-generator
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
"Report Generator tool"@en-US ;
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
"/report" .
"/report" .

0 comments on commit 22f01da

Please sign in to comment.