Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
[EditHost] Improve queue management selection UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Nov 9, 2016
1 parent f783635 commit c023610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MonkeyWrench.Web.UI/EditHost.aspx
Expand Up @@ -45,12 +45,13 @@
<asp:TableCell>
<asp:DropDownList ID="cmbQueueManagement" runat="server" Width="471px">
<asp:ListItem Text="Completely finish a revision before starting a new one" Value="0"></asp:ListItem>
<!-- This is not implemented
<asp:ListItem Text="Execute last revision as soon as possible" Value="1"></asp:ListItem>
-->
<asp:ListItem Text="Execute one revision per lane at a time" Value="2"></asp:ListItem>
</asp:DropDownList>
</asp:TableCell>
<asp:TableCell>
(currently ignored)
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
Expand Down

0 comments on commit c023610

Please sign in to comment.