Skip to content

Commit

Permalink
Update static links to the new domain (#45)
Browse files Browse the repository at this point in the history
1. Update old references to old production name `cms-pdmv.cern.ch` and
   `cms-pdmv-dev.cern.ch`
  • Loading branch information
ggonzr authored Jun 27, 2024
1 parent 7e34f08 commit f3b97f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
<span v-if="!dev" style="letter-spacing: -0.4px">{{gridpack.archive}}</span>
</td>
<td>
<a v-if="dev" :href="'https://cms-pdmv-dev.cern.ch/mcm/requests?prepid=' + gridpack.prepid" target="_blank">{{gridpack.prepid}}</a>
<a v-else :href="'https://cms-pdmv.cern.ch/mcm/requests?prepid=' + gridpack.prepid" target="_blank">{{gridpack.prepid}}</a>
<a v-if="dev" :href="'https://cms-pdmv-dev.web.cern.ch/mcm/requests?prepid=' + gridpack.prepid" target="_blank">{{gridpack.prepid}}</a>
<a v-else :href="'https://cms-pdmv-prod.web.cern.ch/mcm/requests?prepid=' + gridpack.prepid" target="_blank">{{gridpack.prepid}}</a>
</td>
<td>
<ul style="text-align: left">
Expand Down

0 comments on commit f3b97f7

Please sign in to comment.