Spaces:
Building
Building
Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
CHANGED
@@ -57,9 +57,7 @@
|
|
57 |
<mat-chip-option *ngIf="selectedVersion.last_update_date">
|
58 |
Last updated: {{ selectedVersion.last_update_date | date:'short' }}
|
59 |
</mat-chip-option>
|
60 |
-
|
61 |
-
By: {{ selectedVersion.last_update_user }}
|
62 |
-
</mat-chip-option>
|
63 |
</mat-chip-listbox>
|
64 |
</div>
|
65 |
|
@@ -82,7 +80,7 @@
|
|
82 |
<mat-form-field appearance="outline" class="full-width">
|
83 |
<mat-label>Welcome Prompt</mat-label>
|
84 |
<textarea matInput formControlName="welcome_prompt" rows="4" [readonly]="!canEdit"></textarea>
|
85 |
-
<mat-hint>Initial greeting message (use {{user_name}} for personalization)</mat-hint>
|
86 |
</mat-form-field>
|
87 |
|
88 |
<div class="action-buttons">
|
|
|
57 |
<mat-chip-option *ngIf="selectedVersion.last_update_date">
|
58 |
Last updated: {{ selectedVersion.last_update_date | date:'short' }}
|
59 |
</mat-chip-option>
|
60 |
+
|
|
|
|
|
61 |
</mat-chip-listbox>
|
62 |
</div>
|
63 |
|
|
|
80 |
<mat-form-field appearance="outline" class="full-width">
|
81 |
<mat-label>Welcome Prompt</mat-label>
|
82 |
<textarea matInput formControlName="welcome_prompt" rows="4" [readonly]="!canEdit"></textarea>
|
83 |
+
<mat-hint>Initial greeting message (use {{ '{{user_name}}' }} for personalization)</mat-hint></mat-hint>
|
84 |
</mat-form-field>
|
85 |
|
86 |
<div class="action-buttons">
|