Loading js-apps/meep-frontend/src/js/containers/meep-container.js +3 −3 Original line number Diff line number Diff line Loading @@ -71,8 +71,8 @@ import { } from '../state/ui'; // MEEP Controller REST API JS client // var basepath = 'http://' + location.host + location.pathname + 'v1'; var basepath = 'http://10.3.16.73:30000/v1'; var basepath = 'http://' + location.host + location.pathname + 'v1'; // var basepath = 'http://10.3.16.73:30000/v1'; meepCtrlRestApiClient.ApiClient.instance.basePath = basepath.replace(/\/+$/, ''); Loading Loading @@ -101,7 +101,7 @@ class MeepContainer extends Component { } startPodsPhasesPeriodicCheck() { // this.podsPhasesIntervalTimer = setInterval(() => this.checkPodsPhases(), 1000); this.podsPhasesIntervalTimer = setInterval(() => this.checkPodsPhases(), 1000); } stopCorePodsPhasesPeriodicCheck() { Loading Loading
js-apps/meep-frontend/src/js/containers/meep-container.js +3 −3 Original line number Diff line number Diff line Loading @@ -71,8 +71,8 @@ import { } from '../state/ui'; // MEEP Controller REST API JS client // var basepath = 'http://' + location.host + location.pathname + 'v1'; var basepath = 'http://10.3.16.73:30000/v1'; var basepath = 'http://' + location.host + location.pathname + 'v1'; // var basepath = 'http://10.3.16.73:30000/v1'; meepCtrlRestApiClient.ApiClient.instance.basePath = basepath.replace(/\/+$/, ''); Loading Loading @@ -101,7 +101,7 @@ class MeepContainer extends Component { } startPodsPhasesPeriodicCheck() { // this.podsPhasesIntervalTimer = setInterval(() => this.checkPodsPhases(), 1000); this.podsPhasesIntervalTimer = setInterval(() => this.checkPodsPhases(), 1000); } stopCorePodsPhasesPeriodicCheck() { Loading