Only show insight as pump plugin in config tab.
This commit is contained in:
parent
359b8401b2
commit
e80559c948
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface, Constraints
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showInList(int type) {
|
public boolean showInList(int type) {
|
||||||
return true;
|
return type == PUMP;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue