mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Fix hidden column
This commit is contained in:
parent
606a0d18dc
commit
333473411c
@ -46,7 +46,7 @@
|
||||
ng-repeat="currentLabel in currentConfig[(agent && agent.id !== '000') ? 'agent-labels' : 'analysis-labels'].labels">
|
||||
<td>{{ currentLabel.key }}</td>
|
||||
<td>{{ currentLabel.value }}</td>
|
||||
<td>{{ currentLabel.hidden ? 'yes' : 'no' }}</td>
|
||||
<td>{{ currentLabel.hidden }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user