You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: robotframework_dashboard/js/variables/information.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ It helps identify tests with inconsistent execution times, which might be flaky
138
138
- Save Profile: saves the profile with the selected filter values under the given name.
139
139
- Apply Filter Profile: opens the saved profiles list. Click a profile name to apply all its stored filter values at once.
140
140
- The select box shows the active profile name when an exact match is found, i.e. the current filter state matches a saved profile exactly.
141
-
- A dot (●) next to the select box means a profile was applied but filters have since been changed away from it.
141
+
- A dot next to the select box means a profile was applied but filters have since been changed away from it.
142
142
- Update Profile: appears when the active profile's filters have been modified; click it to overwrite the saved profile with the current filter values.
143
143
- Delete: removes that profile permanently (confirmed via a prompt).`,
144
144
"filterRunsInformation": `Filters the dashboard to only show data for runs of the selected project (run name).
@@ -149,13 +149,13 @@ It helps identify tests with inconsistent execution times, which might be flaky
149
149
- 'All' (ticked by default) means no tag filter is applied — all runs are shown.
150
150
- Use AND mode (default): a run must have ALL selected tags to be included.
151
151
- Use OR mode (toggle 'Use OR'): a run needs at least ONE of the selected tags.
152
-
- A dot (●) next to the label means the filter is active (i.e. 'All' is not selected).
152
+
- A dot next to the label means the filter is active (i.e. 'All' is not selected).
153
153
- Use the search box inside the dropdown to quickly find a tag by name.`,
154
154
"filterVersionsInformation": `Filters runs by their project version label.
155
155
- Click 'Select Versions' to open the version list; tick one or more versions to narrowdown the data.
156
156
- 'All' (ticked by default) means no version filter is applied.
157
157
- 'None' covers runs that have no version label set.
158
-
- A dot (●) next to the label means the filter is active.
158
+
- A dot next to the label means the filter is active.
159
159
- Use the search box inside the dropdown to quickly find a version by name.`,
160
160
"filterFromDateInformation": `Sets the earliest date a run must have started on to be included.
161
161
- Runs that started before this date are excluded.
0 commit comments