mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 05:53:06 +00:00
Resolve all commented issue
This commit is contained in:
parent
845f1f1ad8
commit
a6661a24c6
@ -1,4 +1,4 @@
|
||||
<h1 mat-dialog-title>Please choose name for exporting project</h1>
|
||||
<h1 mat-dialog-title>Save project as</h1>
|
||||
|
||||
<div class="modal-form-container">
|
||||
<mat-form-field class="form-field">
|
||||
@ -8,5 +8,5 @@
|
||||
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button (click)="onCloseClick()" color="accent">Cancel</button>
|
||||
<button mat-button (click)="onSaveClick()" tabindex="2" mat-raised-button color="primary">Apply</button>
|
||||
<button mat-button (click)="onSaveClick()" tabindex="2" mat-raised-button color="primary">Save project</button>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div *ngIf="!isDelete && !isUsedFiles">
|
||||
<h1 mat-dialog-title>Do you want delete all files ?.</h1>
|
||||
<h1 mat-dialog-title>Do you want delete all projects?.</h1>
|
||||
<div mat-dialog-content>
|
||||
<p>Your selected files</p>
|
||||
<p *ngFor="let file of deleteData?.deleteFilesPaths; let i = index">{{i+1}}. {{file?.filename}}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user