diff --git a/esp/src/eclwatch/stub.js b/esp/src/eclwatch/stub.js index 6bff90c731e..9626bcc47b4 100644 --- a/esp/src/eclwatch/stub.js +++ b/esp/src/eclwatch/stub.js @@ -35,13 +35,13 @@ define([ if (modernMode === String(true) && hpccWidget !== "IFrameWidget") { switch (hpccWidget) { case "WUDetailsWidget": - window.location.replace(`/#/workunits/${params.Wuid}`); + window.location.replace(`/esp/files/index.html#/workunits/${params.Wuid}`); break; case "GraphsWUWidget": - window.location.replace(`/#/workunits/${params.Wuid}/metrics`); + window.location.replace(`/esp/files/index.html#/workunits/${params.Wuid}/metrics`); break; default: - window.location.replace("/"); + window.location.replace("/esp/files/index.html"); } } else { ready(function () {