Fix producers and jobs don't appear on interface
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / interfaces / ei.types.ts
index 1aecebc..24f678c 100644 (file)
@@ -43,5 +43,5 @@ export enum OperationalState {
   DISABLED = 'DISABLED'
 }
 export interface ProducerStatus {
-  opState: OperationalState
+  operational_state: OperationalState
 }
\ No newline at end of file