remove upload key file button 20/87920/1
authorTaka Cho <takamune.cho@att.com>
Thu, 16 May 2019 19:36:36 +0000 (15:36 -0400)
committerTaka Cho <takamune.cho@att.com>
Thu, 16 May 2019 19:37:40 +0000 (15:37 -0400)
depreciate the upload key function

Change-Id: Ibc26b3e436885294bfd7a3e0f15805ad2ef79391
Issue-ID: APPC-1605
Signed-off-by: Taka Cho <takamune.cho@att.com>
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html

index 6cae750..9cddc8e 100644 (file)
@@ -66,14 +66,6 @@ limitations under the License.
                     </button>
                 </div>
             </div>
-            <div class="col-12">
-                <div class="input-group">
-                    <input id="inputFile2" class="file" hidden #myInput2 type='file' (change)="fileChange(myInput2, 'keyfile')">
-                    <input [(ngModel)]="myKeyFileName" type="text" class="input-lg" disabled placeholder="Upload key file from PC. You can upload a key file only if you have some parameters." style="width:85%;">
-                    <button [disabled]="(!(undefined !== displayParamObjects && displayParamObjects.length>0))" (click)="browseKeyFile($event)" class="browse mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary input-lg" type="button">UPLOAD KEY FILE
-                    </button>
-                </div>
-            </div>
         </div>
     </div>
     <br>