Browse Source
Merge pull request #9755 from imbeacon/feature/gateway-dashboard-load-demo
Added default gateway dashboard to loadDemo script
pull/9770/head
Andrew Shvayka
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
application/src/main/java/org/thingsboard/server/service/install/DefaultSystemDataLoaderService.java
|
|
|
@ -530,6 +530,7 @@ public class DefaultSystemDataLoaderService implements SystemDataLoaderService { |
|
|
|
new BaseAttributeKvEntry(System.currentTimeMillis(), new LongDataEntry("humidityAlarmThreshold", (long) 30)))); |
|
|
|
|
|
|
|
installScripts.loadDashboards(demoTenant.getId(), null); |
|
|
|
installScripts.createDefaultTenantDashboards(demoTenant.getId(), null); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|