add new action configscalein for cdt
[appc/cdt.git] / src / app / vnfs / build-artifacts / template-holder / param-name-value / param-name-value.component.html
index 55ea90f..3d11d5b 100644 (file)
@@ -81,6 +81,9 @@ limitations under the License.
                         <div *ngIf="(action === 'ConfigScaleOut')" class="col-lg-3 col-sm-6 col-md-3 col-xs-12">
                             <label>Template Identifier</label><input class="form-control" type="text" disabled value="{{identifier}}" />
                         </div>
+                        <div *ngIf="(action === 'ConfigScaleIn')" class="col-lg-3 col-sm-6 col-md-3 col-xs-12">
+                            <label>Template Identifier</label><input class="form-control" type="text" disabled value="{{identifier}}" />
+                        </div>
                     </div>
                 </div>
             </div>