mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Restored Medium Flight Level
This commit is contained in:
parent
133163292d
commit
40f04a1013
|
@ -298,7 +298,7 @@ public enum LevelOfFlight
|
|||
{
|
||||
None = 0,
|
||||
Low = 1,
|
||||
//Medium = 2, - medium only ever appears to return the same as high atm, may change in future.
|
||||
Medium = 2,
|
||||
High = 3
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
Flight levels
|
||||
<ul>
|
||||
<li><a href="@Url.Action("flight", new { controller = "rss", id = "low" })" title="Low flight level"><i class="fa fa-sm fa-rss"></i> Low flight level</a></li>
|
||||
<li><a href="@Url.Action("flight", new { controller = "rss", id = "medium" })" title="Medium flight level"><i class="fa fa-sm fa-rss"></i> Medium flight level</a></li>
|
||||
<li><a href="@Url.Action("flight", new { controller = "rss", id = "high" })" title="High flight level"><i class="fa fa-sm fa-rss"></i> High flight level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user