mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
fix missing line styling
This commit is contained in:
parent
aa0d2cff5c
commit
4e45b6ba6d
@ -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 || '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user