Skip to content

Commit 369ef4b

Browse files
Johaney-sxkureck
authored andcommitted
fix(admin): show destination status on facility service detail
* information if destination is blocked/allowed was missing in this view
1 parent 3cebf57 commit 369ef4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/admin-gui/src/app/facilities/pages/facility-detail-page/facility-services-destinations/facility-services-destinations.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class FacilityServicesDestinationsComponent implements OnInit {
3737
'service',
3838
'destination',
3939
'type',
40+
'status',
4041
'propagationType',
4142
];
4243
@Input()

0 commit comments

Comments
 (0)