Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Oct 12, 2023
1 parent cf1c059 commit 42fd027
Show file tree
Hide file tree
Showing 998 changed files with 899 additions and 899 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@

{% assign changeEntityAliasCE = '
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-1-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-1-ce.png,
title: Open the dashboard and enter edit mode. Click the "Entity aliases" icon, then in the pop-up window click the "Edit alias" icon next to the alias.
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-2-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-2-ce.png,
title: In edit alias window select your device from dropdown list and save entity alias.
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-3-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-3-ce.png,
title: Apply all changes.
'
%}

{% assign changeEntityAliasPE = '
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-1-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-1-pe.png,
title: Open the dashboard and enter edit mode. Click the "Entity aliases" icon, then in the pop-up window click the "Edit alias" icon next to the alias.
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-2-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-2-pe.png,
title: In edit alias window select your device from dropdown list and save entity alias.
===
image: /images/user-guide/dashboards/alias/dashboard-edit-alias-3-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/dashboard-edit-alias-3-pe.png,
title: Apply all changes.
'
%}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@

{% assign importDashboardCE = '
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-1-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-1-ce.png,
title: Navigate to the "**Dashboards**" page and click the "**+**" button in the upper right corner of the page and select "**Import dashboard**".
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-2-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-2-ce.png,
title: In the dashboard import window, upload the JSON file and click "**Import**" button.
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-3-ce.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-3-ce.png,
title: Dashboard has been imported.
'
%}

{% assign importDashboardPE = '
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-1-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-1-pe.png,
title: Navigate to the "**Dashboards**" page. By default, you navigate to the dashboard group "All". Click on the "**+**" icon in the top right corner. Select "**Import dashboard**".
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-2-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-2-pe.png,
title: In the dashboard import window, upload the JSON file and click "**Import**" button.
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-3-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-3-pe.png,
title: Dashboard has been imported.
'
%}
Expand Down
4 changes: 2 additions & 2 deletions _includes/docs/user-guide/dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ With ThingsBoard dashboards, users can adapt interfaces to their specific needs,
These dashboards aren't limited to a single data source; they can display data from various entities, including devices, assets, and more. Plus, you can assign dashboards to specific Customers, ensuring that the right individuals or teams have access to the data they need.

{% if docsPrefix == null %}
![image](/images/user-guide/dashboards/overview/dashboard-introduction-ce.png)
![image](https://img.thingsboard.io/user-guide/dashboards/overview/dashboard-introduction-ce.png)
{% endif %}
{% if (docsPrefix == "pe/") or (docsPrefix == "paas/") %}
![image](/images/user-guide/dashboards/overview/dashboard-introduction.png)
![image](https://img.thingsboard.io/user-guide/dashboards/overview/dashboard-introduction.png)
{% endif %}

Dashboards in ThingsBoard provide users with the following capabilities:
Expand Down
2 changes: 1 addition & 1 deletion _includes/docs/user-guide/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ You can choose a combination of alarm statuses and severity. You may also define
Let's assume you have added the "Timeseries Line Chart" widget to display thermometers using the widget data configuration [step](/docs/{{docsPrefix}}user-guide/widgets/#data-settings) only.
You should see a similar widget (note that you should send/simulate some data to see the actual lines in the chart):

![image](/images/user-guide/widgets/overview/widget-example.png)
![image](https://img.thingsboard.io/user-guide/widgets/overview/widget-example.png)

Let's use the basic widget settings to customize the widget. We will demonstrate how each setting affects the widget.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ should pop up, and you will be prompted to upload the JSON file and click “Imp

{% assign importingDashboardCE = '
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-1-ce.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-1-ce.png
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-2-ce.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-2-ce.png
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-3-ce.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-3-ce.png
'
%}

{% assign importingDashboardPE = '
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-1-pe.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-1-pe.png
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-2-pe.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-2-pe.png
===
image: /images/user-guide/dashboards/managing-dashboard/import-dashboard-3-pe.png
image: https://img.thingsboard.io/user-guide/dashboards/managing-dashboard/import-dashboard-3-pe.png
'
%}

Expand All @@ -39,4 +39,4 @@ To do this - we need to press the pen icon and select entity aliases, select ali
Then choose a device with name My device from dropdown list and save entity alias, now you should be able to see the data from the device.

If you did everything right, you have to see the following dashboard:
![](/images/devices-library/basic/single-board-computers/minicomputer-dashboard.png)
![](https://img.thingsboard.io/devices-library/basic/single-board-computers/minicomputer-dashboard.png)
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ return result;
```
{: .copy-code}

![image](/images/user-guide/integrations/aws-iot/aws-iot-uplink-converter-java-pe.png)
![image](https://img.thingsboard.io/user-guide/integrations/aws-iot/aws-iot-uplink-converter-java-pe.png)
Loading

0 comments on commit 42fd027

Please sign in to comment.