Skip to content

Commit

Permalink
fix Alligator meta labels (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Oct 13, 2023
1 parent bb2c6fe commit f9a88db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/WebApi/Services/Service.Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2422,15 +2422,15 @@ public static IEnumerable<IndicatorList> IndicatorList(string baseUrl)
DefaultColor = standardBlue
},
new IndicatorResultConfig {
DisplayName = "Jaw",
DisplayName = "Teeth",
TooltipTemplate = "ALLIGATOR([P1],[P2],[P3],[P4],[P5],[P6]) Teeth",
DataName = "teeth",
DataType = "number",
LineType = "solid",
DefaultColor = standardRed
},
new IndicatorResultConfig {
DisplayName = "Jaw",
DisplayName = "Lips",
TooltipTemplate = "ALLIGATOR([P1],[P2],[P3],[P4],[P5],[P6]) Lips",
DataName = "lips",
DataType = "number",
Expand Down

0 comments on commit f9a88db

Please sign in to comment.