mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Fix table
This commit is contained in:
parent
4892c817e5
commit
ba50549687
@ -190,7 +190,7 @@
|
||||
ng-click="expandTableRow(item)" ng-class="{'selected': item.expanded}">
|
||||
<td ng-repeat="key in keys" id="td-{{$parent.$index}}-{{$index}}" ng-mouseover="showTooltip($parent.$index, $index, item)">
|
||||
<div ng-class="customColumns ? 'wz-text-truncatable-container' : ''">
|
||||
<span class="wz-text-truncatable">
|
||||
<span class="wz-text-truncatable-container wz-text-truncatable">
|
||||
<span ng-show="(key.value || key ) === 'result'" class="no-wrap">
|
||||
<p class="round status little" ng-class="item.result ? (item.result === 'passed' ? 'teal' : 'red') : 'gray'">
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user