show spinner when loading dashboards
This commit is contained in:
@@ -62,7 +62,6 @@ public class DashboardController {
|
||||
produces = MediaType.APPLICATION_JSON_VALUE)
|
||||
@ResponseBody
|
||||
public DashboardList getDashboards() throws IOException {
|
||||
|
||||
final List<Dashboard> dashboards = new ArrayList<>(Files.list(baseDir)//
|
||||
.filter(p -> p.getFileName().toString().endsWith(".json"))//
|
||||
.map(FileUtils::readSilent)//
|
||||
|
||||
Reference in New Issue
Block a user