mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Run prettier to fix failures
This commit is contained in:
parent
4ac5a1e15a
commit
74afc7b424
@ -57,8 +57,10 @@ function VisualizerToolbar({ i18n, onClose, onSave, template }) {
|
||||
<b>{template.name}</b>
|
||||
</div>
|
||||
<div css="align-items: center; display: flex; flex: 1; justify-content: flex-end">
|
||||
<div >{i18n._(t`Total Nodes`)}</div>
|
||||
<Badge id="visualizer-total-nodes-badge" isRead>{totalNodes}</Badge>
|
||||
<div>{i18n._(t`Total Nodes`)}</div>
|
||||
<Badge id="visualizer-total-nodes-badge" isRead>
|
||||
{totalNodes}
|
||||
</Badge>
|
||||
<VerticalSeparator />
|
||||
<Tooltip content={i18n._(t`Toggle Legend`)} position="bottom">
|
||||
<ActionButton
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user