blob: 12aaf49a7db45b55b6741e1a2843a83a5bb8053f [file] [log] [blame]
package org.apache.karaf.webconsole.core;
import org.apache.wicket.markup.html.panel.Panel;
public interface DashboardWidget {
Panel getWidgetPanel(String id);
}