From 25ce348be6aac23b79cbd94a1ea58063f2653c1d Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Mon, 12 Apr 2021 16:22:15 +0300 Subject: [PATCH 1/2] add download file types and report types to add-edit project dialog --- .../add-edit-project-dialog.component.html | 28 +++++++++++++++++++ .../add-edit-project-dialog.component.ts | 12 +++++++- apps/red-ui/src/assets/i18n/en.json | 8 +++++- 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/modules/projects/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html b/apps/red-ui/src/app/modules/projects/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html index 7e03d74bc..fddaad184 100644 --- a/apps/red-ui/src/app/modules/projects/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html +++ b/apps/red-ui/src/app/modules/projects/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html @@ -32,6 +32,34 @@ +
+ + {{ 'project-listing.add-edit-dialog.form.download-file-types.label' | translate }} + + + {{ humanize(type) }} + + + +
+ +
+ + {{ 'project-listing.add-edit-dialog.form.report-types.label' | translate }} + + + {{ humanize(type) }} + + + +
+