Extend Modern UI for pnf usecase
[vid.git] / vid-webpack-master / src / app / shared / models / pnfInstance.ts
index ba36796..ff855bc 100644 (file)
@@ -5,6 +5,7 @@ export class PnfInstance extends Level1Instance {
 
   pnfStoreKey : string;
   statusMessage?: string;
+  position: number;
 
   constructor() {
     super();