diff --git a/esp/src/eclwatch/stub.js b/esp/src/eclwatch/stub.js index b1e8bc85d37..f56fe35a010 100644 --- a/esp/src/eclwatch/stub.js +++ b/esp/src/eclwatch/stub.js @@ -34,10 +34,10 @@ 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; case "TopologyWidget": case "DiskUsageWidget": @@ -48,7 +48,7 @@ define([ loadUI(); break; default: - window.location.replace("/"); + window.location.replace("/esp/files/index.html"); } } else { loadUI();