Skip to content

Commit

Permalink
Merge pull request #604 from OSC/fix_xdmod_hardcoded_host
Browse files Browse the repository at this point in the history
Replace accidental hardcoded OSC XDMoD host
  • Loading branch information
ericfranz authored Jul 22, 2020
2 parents afc4c5d + 4071248 commit fe4a63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var helpers = {

return `${month}/${day}`;
},
job_url: function(){ return "https://xdmod-test.hpc.osc.edu/#job_viewer?action=show&realm=SUPREMM&jobref=" + this.jobid; },
job_url: function(){ return "<%= Configuration.xdmod_host %>/#job_viewer?action=show&realm=SUPREMM&jobref=" + this.jobid; },
cpu_label: function(cpu){
let value = (parseFloat(cpu)*100).toFixed(1),
label = "N/A";
Expand Down

0 comments on commit fe4a63d

Please sign in to comment.