Skip to content

Commit

Permalink
Merge pull request cms-sw#111 from nclopezo/linkRelvalsNewPage
Browse files Browse the repository at this point in the history
IB pages: link to the new relvals details page
  • Loading branch information
nclopezo committed Sep 3, 2014
2 parents b74d2a5 + 2b60365 commit 751521c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions templates/js/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ get_tests_url = function(type,file) {
+'/'+link_parts[10]

}else if(type == 'relvals'){
details_link="https://cmssdt.cern.ch/SDT/cgi-bin//showMatrixTestLogs.py/" + link_parts[6] + '/'
+link_parts[7]+'/'+link_parts[8]+'/'+link_parts[9]+'/'+link_parts[10]
+'/'+link_parts[11]+'/'+link_parts[12]
details_link="https://cms-sw.github.io/relvalLogDetail.html#" + link_parts[6] + ';' + link_parts[10]
}else if(type == 'addons'){
details_link = "https://cmssdt.cern.ch/SDT/cgi-bin//showAddOnLogs.py/" + link_parts[6] + '/'
+link_parts[7]+'/'+link_parts[8]+'/'+link_parts[9]+'/'+link_parts[10]
Expand Down
2 changes: 1 addition & 1 deletion templates/js/render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 751521c

Please sign in to comment.