Skip to content

Commit

Permalink
Update facility.application.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Apr 25, 2023
1 parent fdd1f5e commit 54c5292
Showing 1 changed file with 6 additions and 34 deletions.
40 changes: 6 additions & 34 deletions src/app/facility_manager/facility.application.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -923,40 +923,12 @@
<ng-container *ngFor="let application of applications_history">
<ng-container *ngIf="application?.project_application_date_submitted">
<tr>
<td>
<span
*ngIf="application?.project_application_openstack_project"
style="font-size: 20px"
class="project-openstack_plain_white_redbg"
data-toggle="tooltip"
title="This is an Openstack project"
>
<span class="path1"></span>
<span class="path2"></span>
</span>
<span
*ngIf="!application?.project_application_openstack_project"
style="font-size: 20px"
class="project-simpleVM_Logo_bluebg"
data-toggle="tooltip"
title="This is a Simple VM project"
>
<span class="path1"></span>
<span class="path2"></span>
<span class="path3"></span>
<span class="path4"></span>
<span class="path5"></span>
</span>
<span
style="margin-left: 12px"
class="badge badge-warning"
data-toggle="tooltip"
data-placement="auto"
title="This application uses sensitive data"
*ngIf="application?.project_application_person_related_data"
><span style="font-size: 15px"> <i class="fas fa-fingerprint"></i></span>
</span>
</td>
<td>
<app-application-badges
[application]="application"></app-application-badges>


</td>
<td>{{ application?.project_application_name }}</td>
<td>{{ application?.project_application_shortname }}</td>
<td>{{ application?.project_application_date_submitted }}</td>
Expand Down

0 comments on commit 54c5292

Please sign in to comment.