Fixed node allocations refresh
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
NodeRepository.Update(Node!);
|
NodeRepository.Update(Node!);
|
||||||
|
|
||||||
await ToastService.Success($"Added {added} allocations and skipped {skipped} ports due to existing allocations");
|
await ToastService.Success($"Added {added} allocations and skipped {skipped} ports due to existing allocations");
|
||||||
await Crud.Refresh();
|
await Crud.Refresh(fullRefresh: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task DeleteAllAllocations()
|
private async Task DeleteAllAllocations()
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
await ToastService.Success("Successfully deleted allocations");
|
await ToastService.Success("Successfully deleted allocations");
|
||||||
await Crud.Refresh();
|
await Crud.Refresh(fullRefresh: true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user