Generated Job Log to Markdown
Generated job logs are formatted with Markdown. Includes other minor css changes.
This commit is contained in:
@@ -174,7 +174,7 @@ table.expressionsTable {
|
||||
|
||||
th {
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@@ -307,7 +307,7 @@ table.deviceProfileTable {
|
||||
|
||||
th.process {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
background-color: @TableDataBorderColour;
|
||||
min-height: 30px;
|
||||
vertical-align: middle;
|
||||
@@ -374,7 +374,7 @@ div.logEventsViewport {
|
||||
|
||||
& > th {
|
||||
padding: 4px 2px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
border-bottom: 1px solid #bbb;
|
||||
|
||||
&.icon {
|
||||
@@ -574,7 +574,7 @@ div.logEventsViewport {
|
||||
|
||||
& > th {
|
||||
padding: 4px 2px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
border-bottom: 1px solid #bbb;
|
||||
|
||||
&.icon {
|
||||
@@ -730,7 +730,7 @@ div.logEventsViewport {
|
||||
margin: 0 0 8px 0;
|
||||
|
||||
.scopeDescBulkGenerate {
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
|
||||
div.examples {
|
||||
@@ -861,7 +861,7 @@ div.logEventsViewport {
|
||||
|
||||
& > th {
|
||||
padding: 4px 2px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
border-bottom: 1px solid #bbb;
|
||||
|
||||
&.icon {
|
||||
@@ -1788,7 +1788,7 @@ div.logEventsViewport {
|
||||
margin: 0 0 8px 0;
|
||||
|
||||
.scopeDescBulkGenerate {
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
|
||||
div.examples {
|
||||
|
||||
Reference in New Issue
Block a user