Skip to content

Commit

Permalink
Add new results to the dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 committed Dec 26, 2024
1 parent 16f8138 commit 47b85dd
Show file tree
Hide file tree
Showing 16 changed files with 11,670 additions and 15 deletions.
96 changes: 96 additions & 0 deletions 2024-12-25-22:00/poodle_trunk_parallel/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/* ============================== */
/* ! CSS for Test Suite Reports */
/* ============================== */

body {
margin-top: 10px;
margin-bottom: 10px;
font-family: "Helvetica Neue",Helvetica,Arial,san-serif;
background: #ddd;
}

table
{
border-collapse:collapse;
}

table,th, td
{
border: 2px solid black;
margin: 2px 2px 2px 2px;
}

th
{
color: #eee;
background: #222;
}

td
{
color: #222;
background: #eee;
}

.hide{ display:none; }

.p {
color: #000;
line-height: 20px;
text-align: center;
margin: 10px 0 0 0;
}

.h2 {
color: #fff;
background: #000;
text-align: center;
}

.good {
background: #00ff00;
}

.bad {
background: #ff8f00;
}

.unknown {
background: #ffffff;
}

.killed {
background: #880000;
}

.skipped {
background: #0000ff;
}

.good_with_skips {
background: #00ffff;
}

.plot_plugin {
background: #aa00aa;
}

.operator_plugin {
background: #cc00cc;
}

.database_plugin {
background: #ff00ff;
}

.na {
background: #008000;
}

.failed {
background: #ff0000;
}




Loading

0 comments on commit 47b85dd

Please sign in to comment.