Skip to content

Commit

Permalink
Prevent saving a state without any selected hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Nov 8, 2021
1 parent 8fa0b49 commit bff191b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class MonitorISPData implements Serializable {
private boolean allSet() {
if (null != paletteModel
&& !paletteModel.getObject().isEmpty()
&& null != selected
&& null != selected && !selected.isEmpty()
&& null != routerAddress
&& null != outages
&& startOfService > 0L
Expand Down

0 comments on commit bff191b

Please sign in to comment.