diff --git a/src/ic/ic-store.js b/src/ic/ic-store.js index d9ae16e..7cf314a 100644 --- a/src/ic/ic-store.js +++ b/src/ic/ic-store.js @@ -84,6 +84,7 @@ class InfrastructureComponentStore extends ArrayStore { let tempIC = action.ic; if(!tempIC.managedexternally){ tempIC.state = action.data.state; + tempIC.uptime = action.data.time_now - action.data.time_started; tempIC.statusupdateraw = action.data; AppDispatcher.dispatch({ type: 'ics/start-edit',