mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
fix missing line styling
This commit is contained in:
@@ -102,10 +102,10 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
border-right: 1px solid @at-gray-b7;
|
border-right: 1px solid @at-gray-b7;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
&-clickable {
|
&-line--clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-event {
|
&-event {
|
||||||
|
|||||||
@@ -338,7 +338,7 @@ function JobRenderService ($q, $sce, $window) {
|
|||||||
if (record.isMissing) {
|
if (record.isMissing) {
|
||||||
return `<div id="${record.uuid}" class="at-Stdout-row">
|
return `<div id="${record.uuid}" class="at-Stdout-row">
|
||||||
<div class="at-Stdout-toggle"></div>
|
<div class="at-Stdout-toggle"></div>
|
||||||
<div class="at-Stdout-line-clickable" ng-click="vm.showMissingEvents('${record.uuid}')">...</div></div>`;
|
<div class="at-Stdout-line at-Stdout-line--clickable" ng-click="vm.showMissingEvents('${record.uuid}')">...</div></div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
content = content || '';
|
content = content || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user