We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c871ab commit 20bb284Copy full SHA for 20bb284
web/static/pages/sector/sector-info.mjs
@@ -14,7 +14,7 @@ customElements.define('sector-info',class SectorInfo extends LitElement {
14
}
15
async removeSector() {
16
await RPCCall('SectorRemove', [this.data.SpID, this.data.SectorNumber]);
17
- window.location.href = '/pages/pipeline_porep/pipeline_porep_sectors';
+ window.location.href = '/pages/pipeline_porep/';
18
19
async resumeSector() {
20
await RPCCall('SectorResume', [this.data.SpID, this.data.SectorNumber]);
0 commit comments