use of org.pentaho.mantle.client.commands.OpenKettleStatusCommand in project pentaho-platform by pentaho.
the class MantleModel method openKettleStatusPage.
@Bindable
public void openKettleStatusPage() {
OpenKettleStatusCommand cmd = new OpenKettleStatusCommand();
cmd.execute();
}
Aggregations