forked from openremote/openremote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for public available dashboards (openremote#1054)
Updates to dashboarding: * Major improvements to the /dashboards HTTP API endpoints; doesn't require authentication anymore, and now correctly checks whether a user has access to the data. * Datapoints query endpoint now supports fetching datapoints of ACCESS_PUBLIC_READ assets. * Added "open in new window" button to Insights page, to directly view dashboards in the Insights app. * Added PUBLIC option to view access dropdown in dashboard settings. Major update to the Insights standalone app: * Removed initial login redirect, to allow viewing of public dashboards. Added login and logout button to menu instead. openremote#1046 * Support for realm switching within Insights app, by clicking "Change realm" button in the menu. * Fix for 'master' logo not showing in menu. openremote#1047 * Automatic login redirect if no public dashboards could be found in that realm. * Visiting dashboard of another realm as superuser, now automatically switches the realm. Other fixes can be found in PR openremote#1054
- Loading branch information
1 parent
b2078ac
commit 9d20afb
Showing
27 changed files
with
1,066 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.