Skip to content

Commit

Permalink
feat(TestRun): add single test run view
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Sep 5, 2024
1 parent fda02c5 commit 13d32b4
Show file tree
Hide file tree
Showing 24 changed files with 803 additions and 887 deletions.
36 changes: 36 additions & 0 deletions assets/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,42 @@
}
}

.vrts-test-run-trigger {
display: inline-block;
border-radius: 32px;
padding: 4px 10px;
font-size: 13px;
background: rgba(192, 192, 192, 0.15);
color: $gray-80;

&--api {
background: rgba(224, 84, 6, 0.15);
color: #ae4204;
}

&--scheduled {
background: rgba(106, 26, 185, 0.1);
color: #591b98;
}

&--manual {
background: rgba(5, 116, 206, 0.1);
color: #045495;

}

&--update {
background: rgba(200, 11, 147, 0.1);
color: #a51d7f;
}

&-notes {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}

.vrts-tooltip {
position: relative;

Expand Down
325 changes: 0 additions & 325 deletions components/alerts-page/_style.scss

This file was deleted.

19 changes: 0 additions & 19 deletions components/alerts-page/index.php

This file was deleted.

Loading

0 comments on commit 13d32b4

Please sign in to comment.