Added refresh tenant functionality (#604)
* Added refresh tenant functionality * Delete bindata.go Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com> Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -154,7 +154,8 @@ const TenantDetails = ({
|
||||
setAddPool(false);
|
||||
|
||||
if (reload) {
|
||||
console.log("reload");
|
||||
loadInfo();
|
||||
loadUsage();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -166,7 +167,8 @@ const TenantDetails = ({
|
||||
setAddReplicationOpen(false);
|
||||
|
||||
if (reload) {
|
||||
console.log("reload");
|
||||
loadInfo();
|
||||
loadUsage();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user