mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 23:55:04 +00:00
Redirecting to project page after creating added
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<h1 mat-dialog-title>Add blank project</h1>
|
||||
<h1 mat-dialog-title>Create new project</h1>
|
||||
<form [formGroup]="projectNameForm" class="file-name-form">
|
||||
<mat-form-field class="file-name-form-field">
|
||||
<input matInput type="text" formControlName="projectName" [ngClass]="{ 'is-invalid': form.projectName?.errors }" placeholder="Please enter name" />
|
||||
|
Reference in New Issue
Block a user