Merge from ecomp 718fd196 - Modern UI
[vid.git] / vid-webpack-master / src / app / shared / models / vfModuleInstance.ts
index 71140d4..566c913 100644 (file)
@@ -3,7 +3,6 @@ import {ChildNodeInstance} from "./nodeInstance";
 export class VfModuleInstance extends ChildNodeInstance{
   volumeGroupName: string;
   instanceParams: { [key: string] : string; };
-  isFailed: boolean;
   position: any;
   statusMessage?: string;