Merge from ecomp 718fd196 - Modern UI
[vid.git] / vid-webpack-master / src / app / shared / models / vnfInstance.ts
index 8959cc5..6082de6 100644 (file)
@@ -6,7 +6,6 @@ export class VnfInstance extends Level1Instance {
 
   vfModules: { [vf_module_model_name: string] : VfModuleMap; };
   vnfStoreKey : string;
-  isFailed: boolean;
   position: number;
   statusMessage?: string;