Skip to content

Commit 703867b

Browse files
fnkbsifnkbsi
fnkbsi
authored and
fnkbsi
committed
connectorStatus.jsp: add query field for strategy the connector listing
1 parent 4c01d02 commit 703867b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/webapp/WEB-INF/views/connectorStatus.jsp

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ Connector Status
5151
</form:select>
5252
</td>
5353
</tr>
54+
<tr>
55+
<td>Status:</td>
56+
<td><form:select path="strategy">
57+
<option value="PreferZero" selected >Prefer Connector Zero</option>
58+
<option value="PreferOthersWithStatusOfZero">Prefer Others</option>
59+
</form:select>
60+
</td>
61+
</tr>
5462
<tr>
5563
<td></td>
5664
<td id="add_space">

0 commit comments

Comments
 (0)