Skip to content
Snippets Groups Projects
Commit a63c43e4 authored by Aamon Paul Hoffmann's avatar Aamon Paul Hoffmann
Browse files
parents 838ab5a3 7113d036
No related branches found
No related tags found
No related merge requests found
Pipeline #24410 passed
......@@ -48,8 +48,8 @@ dataHeader =
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate Country" ]
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Year" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (issued)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (issued)" ]
]
dataTable : List Entry -> Html Msg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment