Merge pull request #682 from jotomo/insight-hide-your-constraint

Only show Insight as pump plugin in config tab.
This commit is contained in:
Milos Kozak 2018-02-11 21:09:54 +01:00 committed by GitHub
commit 5dd0f70686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface, Constraints
@Override
public boolean showInList(int type) {
return true;
return type == PUMP;
}
@Override