moved web resources to resource folder
This commit is contained in:
parent
bf799fa74d
commit
3904ef857d
50 changed files with 13 additions and 14 deletions
|
|
@ -18,8 +18,8 @@ import java.util.Map;
|
|||
|
||||
public class EventOverviewHttpPage extends HalHttpPage {
|
||||
private static final int HISTORY_LIMIT = 200;
|
||||
private static final String OVERVIEW_TEMPLATE = "web-resource/event_overview.tmpl";
|
||||
private static final String DETAIL_TEMPLATE = "web-resource/event_detail.tmpl";
|
||||
private static final String OVERVIEW_TEMPLATE = "resource/web/event_overview.tmpl";
|
||||
private static final String DETAIL_TEMPLATE = "resource/web/event_detail.tmpl";
|
||||
|
||||
|
||||
public EventOverviewHttpPage(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue