mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
fix: Use this.uri for edit restart (#642)
This commit is contained in:
parent
b5d1e366c6
commit
1a7583e080
@ -244,7 +244,7 @@ export class EditComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
public restart() {
|
||||
this.systemService.restart()
|
||||
this.systemService.restart(this.uri)
|
||||
.pipe(this.loadingService.lockUIUntilComplete())
|
||||
.subscribe({
|
||||
next: () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user