Skip to content

Commit

Permalink
chore: retrying failed GH tests
Browse files Browse the repository at this point in the history
Signed-off-by: joshuaunity <[email protected]>
  • Loading branch information
joshuaunity committed Oct 3, 2024
1 parent 0549bc0 commit 65d954f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flexmeasures/ui/templates/crud/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ <h3>Assets</h3>
let icon = asset_icon_map[asset_type.toLowerCase()];
if (icon === undefined) icon = `icon-${asset_type}`;

this.name = name;
this.name = `
<i class="${icon} left-icon">${name}</i>
`;

this.id = id;
this.location = "";
Expand Down

0 comments on commit 65d954f

Please sign in to comment.