Commit c7ccbd93 authored by miki's avatar miki
Browse files

modify refresh edge app only upon app change

parent 98201d17
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -970,11 +970,10 @@ class AppContainer extends Component {
    const isArrayEqual = (x, y) => _.isEmpty(_.xorWith(x, y, _.isEqual));
    if (!isArrayEqual(this.props.appInstanceTable,appInstances)) {
      this.props.changeAppInstanceTable(appInstances);
    }

      // Update Edge App states
      this.refreshEdgeApps(appInstances);
    }
  }

  refreshAppInstancesTable() {
    this.meepAppInfoApi.applicationsGET(null, (error, data, response) => {