Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
|
|
@ -32,7 +32,7 @@ import zutil.parser.Templator;
|
|||
import java.util.Map;
|
||||
|
||||
public class PCHeatMapWebPage extends HalWebPage {
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_ROOT + "/resource/web/pc_heatmap.tmpl";
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_ROOT + "/web/pc_heatmap.tmpl";
|
||||
|
||||
|
||||
public PCHeatMapWebPage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue