action #119557
[qem-dashboard] Show a link to Smelt if there are no active incidents size:S
0%
Description
Motivation¶
The problem that caused #119488 could have been found a little faster if we had checked Smelt right away. So it might be a good idea to show a link if there are no active incidents in the dashboard, instead of an empty table.
Acceptance criteria¶
- AC1:: Dashboard shows a link to Smelt if there are no active incidents
Related issues
History
#1
Updated by kraih 3 months ago
- Related to action #119488: The QEM dashboard is empty added
#5
Updated by jbaier_cz 3 months ago
I noticed that the test is not happy about the last commit: https://github.com/openSUSE/qem-dashboard/actions/runs/3345596693/jobs/5541327033
#6
Updated by mkittler 3 months ago
Small fix for the problem mentioned by jbaier_cz: https://github.com/openSUSE/qem-dashboard/pull/151
#7
Updated by kraih 3 months ago
jbaier_cz wrote:
I noticed that the test is not happy about the last commit: https://github.com/openSUSE/qem-dashboard/actions/runs/3345596693/jobs/5541327033
Locally the tests pass for me, seems to only affect the GitHub Action for some reason.
#8
Updated by mkittler 3 months ago
PR for extending tests: https://github.com/openSUSE/qem-dashboard/pull/152
About running tests locally, see the comment on GitHub.