Commit bb7a5974 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed compute node application list in map view

parent cbb70626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ class MapInfo extends Component {
      // Parse mec application state on current popup
      var appInstances = [];
      for (var i = 0; i < appInstanceTable.length ; i++) {
        if (appInstanceTable[i].mepName === marker.options.meep.compute.id) {
        if (appInstanceTable[i].nodeName === marker.options.meep.compute.id) {
          appInstances.push(appInstanceTable[i]);
        }
      }