mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Run prettier to fix failures
This commit is contained in:
@@ -58,7 +58,9 @@ function VisualizerToolbar({ i18n, onClose, onSave, template }) {
|
||||
</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>
|
||||
<Badge id="visualizer-total-nodes-badge" isRead>
|
||||
{totalNodes}
|
||||
</Badge>
|
||||
<VerticalSeparator />
|
||||
<Tooltip content={i18n._(t`Toggle Legend`)} position="bottom">
|
||||
<ActionButton
|
||||
|
||||
Reference in New Issue
Block a user