|
|
@ -10,12 +10,10 @@ import com.fr.web.struct.Atom; |
|
|
|
public class SpecificDashboardStylePreview extends AbstractWebResourceProvider { |
|
|
|
public class SpecificDashboardStylePreview extends AbstractWebResourceProvider { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public Atom attach() { |
|
|
|
public Atom attach() { |
|
|
|
return ReportComponent.KEY; |
|
|
|
return ReportComponent.KEY; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public Atom client() { |
|
|
|
public Atom client() { |
|
|
|
return SpecificDashboardStyleComponent.KEY; |
|
|
|
return SpecificDashboardStyleComponent.KEY; |
|
|
|
} |
|
|
|
} |
|
|
|