Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
abfed73b
Commit
abfed73b
authored
4 years ago
by
Maël QUAISSARD
Committed by
Gaëlle FOURNIER
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
18982 - securistation - disable download for the warning operations
Co-authored-by:
benemart
<
benedicte.martinez@cea.fr
>
parent
ac9a6a51
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ui/ui-frontend/projects/referential/src/app/securisation/securisation-preview/securisation-preview.component.html
+12
-8
12 additions, 8 deletions
.../securisation-preview/securisation-preview.component.html
with
12 additions
and
8 deletions
ui/ui-frontend/projects/referential/src/app/securisation/securisation-preview/securisation-preview.component.html
+
12
−
8
View file @
abfed73b
...
@@ -5,14 +5,18 @@
...
@@ -5,14 +5,18 @@
<div
class=
"title"
>
<div
class=
"title"
>
<h2>
{{securisation?.id}}
</h2>
<h2>
{{securisation?.id}}
</h2>
</div>
</div>
<mat-form-field
class=
"vitamui-mat-select"
>
<mat-select
placeholder=
"Selectionnez un contrat d'accès"
panelclass=
"vitamui-mat-select"
(selectionChange)=
"updateAccessContractId($event)"
>
<ng-container
*ngIf=
"securisation.events[securisation.events.length - 1].outcome !== 'WARNING'"
>
<mat-option
*ngFor=
'let accessContract of accessContracts'
<mat-form-field
class=
"vitamui-mat-select"
>
[value]=
"accessContract.identifier"
>
{{accessContract.name}}
<mat-select
placeholder=
"Selectionnez un contrat d'accès"
panelclass=
"vitamui-mat-select"
(selectionChange)=
"updateAccessContractId($event)"
>
</mat-option>
<mat-option
*ngFor=
'let accessContract of accessContracts'
</mat-select>
[value]=
"accessContract.identifier"
>
{{accessContract.name}}
</mat-form-field>
</mat-option>
<button
mat-button
class=
"btn btn-primary button-maring"
(click)=
"downloadReport()"
[disabled]=
"!accessContractId"
>
Télécharger le rapport
</button>
</mat-select>
</mat-form-field>
<button
mat-button
class=
"btn btn-primary button-maring"
(click)=
"downloadReport()"
[disabled]=
"!accessContractId"
>
Télécharger le rapport
</button>
</ng-container>
</div>
</div>
<div
class=
"vitamui-sidepanel-body"
>
<div
class=
"vitamui-sidepanel-body"
>
<mat-tab-group
class=
"preview-tab-group"
>
<mat-tab-group
class=
"preview-tab-group"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment