Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: UI Bugfixing I #845

Merged
merged 5 commits into from
Nov 7, 2023
Merged

fix: UI Bugfixing I #845

merged 5 commits into from
Nov 7, 2023

Conversation

mazzi
Copy link
Contributor

@mazzi mazzi commented Nov 7, 2023

No description provided.

@coveralls
Copy link

coveralls commented Nov 7, 2023

Pull Request Test Coverage Report for Build 6782486896

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.205%

Totals Coverage Status
Change from base Build 6781499628: 0.0%
Covered Lines: 33565
Relevant Lines: 43475

💛 - Coveralls

@@ -18,7 +18,8 @@ def incident_severity(severity, default=""):
100: "DDDD00",
}
color = color_dict.get(severity, "000000")
style = {'background-color': "#" + color,
style = {'white-space: nowrap'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comma?

@mazzi mazzi force-pushed the 20231107_UI_bugfix_I branch from e6c2150 to ecef8ec Compare November 7, 2023 09:27
@mazzi mazzi requested a review from np5 November 7, 2023 09:32
@np5 np5 merged commit 61c3432 into main Nov 7, 2023
6 checks passed
@np5 np5 deleted the 20231107_UI_bugfix_I branch November 7, 2023 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants