Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 11c76ef

Browse files
author
Vladimir Shakhov
committed
fix incorrect fucnction call
1 parent e84479f commit 11c76ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vm/vm-sidebar/vm-detail.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class VmDetailComponent implements OnChanges, OnInit, OnDestroy {
175175
}
176176

177177
public updateStats(): void {
178-
this.vmService.get(this.vm.id, true)
178+
this.vmService.get(this.vm.id)
179179
.subscribe(vm => {
180180
this.vm.cpuUsed = vm.cpuUsed;
181181
this.vm.networkKbsRead = vm.networkKbsRead;

0 commit comments

Comments
 (0)