added ability to configure paginators to be used

added paginator for warnings command
This commit is contained in:
Sheldan
2020-05-09 21:31:31 +02:00
parent 1e203c19e0
commit 860aa0eed7
17 changed files with 306 additions and 6 deletions

View File

@@ -29,10 +29,6 @@ public class TemplateServiceBean implements TemplateService {
@Autowired
private Gson gson;
@Override
public String renderTemplate(Template template) {
return null;
}
private String getPageString(Integer count) {
HashMap<String, Object> params = new HashMap<>();