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