|
@@ -173,7 +173,7 @@ class ProvisionerLogs extends Component<PropsType, StateType> {
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
if (
|
|
if (
|
|
|
- validEvents.length >=
|
|
|
|
|
|
|
+ parseInt(validEvents[validEvents.length - 1]["created_resources"]) >=
|
|
|
parseInt(validEvents[validEvents.length - 1]["total_resources"])
|
|
parseInt(validEvents[validEvents.length - 1]["total_resources"])
|
|
|
) {
|
|
) {
|
|
|
this.props.updateInfras();
|
|
this.props.updateInfras();
|