Loading js-apps/frontend/src/js/containers/app-container.js +27 −27 Original line number Diff line number Diff line Loading @@ -864,14 +864,14 @@ class AppContainer extends Component { // * @param {module:model/GeoDataAssetList} data The data returned by the service call. // * @param {String} response The complete HTTP response. // */ // getComputeAssetDataCb(error, data) { // if (error !== null) { // return; // } getComputeAssetDataCb(error, data) { if (error !== null) { return; } // // Update Compute list // this.props.changeMapComputeList(data.geoDataAssets ? _.sortBy(data.geoDataAssets, ['assetName']) : []); // } // Update Compute list this.props.changeMapComputeList(data.geoDataAssets ? _.sortBy(data.geoDataAssets, ['assetName']) : []); } // Refresh Map refreshMap() { Loading @@ -886,9 +886,9 @@ class AppContainer extends Component { this.meepGeoDataApi.getAssetData({ assetType: 'POA' }, (error, data) => this.getPoaAssetDataCb(error, data) ); // this.meepGeoDataApi.getAssetData({assetType: 'COMPUTE'}, (error, data) => // this.getComputeAssetDataCb(error, data) // ); this.meepGeoDataApi.getAssetData({ assetType: 'COMPUTE' }, (error, data) => this.getComputeAssetDataCb(error, data) ); } /** Loading js-apps/frontend/src/js/containers/sandbox/map-info.js +2 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,8 @@ class MapInfo extends Component { 'terminal': this.ueOverlay, 'terminal-path': this.uePathOverlay, 'poa': this.poaOverlay, 'poa-coverage': this.poaRangeOverlay // 'compute': this.computeOverlay 'poa-coverage': this.poaRangeOverlay, 'compute': this.computeOverlay }; // Create Layer Controller Loading Loading
js-apps/frontend/src/js/containers/app-container.js +27 −27 Original line number Diff line number Diff line Loading @@ -864,14 +864,14 @@ class AppContainer extends Component { // * @param {module:model/GeoDataAssetList} data The data returned by the service call. // * @param {String} response The complete HTTP response. // */ // getComputeAssetDataCb(error, data) { // if (error !== null) { // return; // } getComputeAssetDataCb(error, data) { if (error !== null) { return; } // // Update Compute list // this.props.changeMapComputeList(data.geoDataAssets ? _.sortBy(data.geoDataAssets, ['assetName']) : []); // } // Update Compute list this.props.changeMapComputeList(data.geoDataAssets ? _.sortBy(data.geoDataAssets, ['assetName']) : []); } // Refresh Map refreshMap() { Loading @@ -886,9 +886,9 @@ class AppContainer extends Component { this.meepGeoDataApi.getAssetData({ assetType: 'POA' }, (error, data) => this.getPoaAssetDataCb(error, data) ); // this.meepGeoDataApi.getAssetData({assetType: 'COMPUTE'}, (error, data) => // this.getComputeAssetDataCb(error, data) // ); this.meepGeoDataApi.getAssetData({ assetType: 'COMPUTE' }, (error, data) => this.getComputeAssetDataCb(error, data) ); } /** Loading
js-apps/frontend/src/js/containers/sandbox/map-info.js +2 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,8 @@ class MapInfo extends Component { 'terminal': this.ueOverlay, 'terminal-path': this.uePathOverlay, 'poa': this.poaOverlay, 'poa-coverage': this.poaRangeOverlay // 'compute': this.computeOverlay 'poa-coverage': this.poaRangeOverlay, 'compute': this.computeOverlay }; // Create Layer Controller Loading