Only show insight as pump plugin in config tab.

This commit is contained in:
Johannes Mockenhaupt 2018-02-11 19:51:03 +01:00
parent 359b8401b2
commit e80559c948
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

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