mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Run prettier to fix failures
This commit is contained in:
@@ -57,8 +57,10 @@ function VisualizerToolbar({ i18n, onClose, onSave, template }) {
|
|||||||
<b>{template.name}</b>
|
<b>{template.name}</b>
|
||||||
</div>
|
</div>
|
||||||
<div css="align-items: center; display: flex; flex: 1; justify-content: flex-end">
|
<div css="align-items: center; display: flex; flex: 1; justify-content: flex-end">
|
||||||
<div >{i18n._(t`Total Nodes`)}</div>
|
<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 />
|
<VerticalSeparator />
|
||||||
<Tooltip content={i18n._(t`Toggle Legend`)} position="bottom">
|
<Tooltip content={i18n._(t`Toggle Legend`)} position="bottom">
|
||||||
<ActionButton
|
<ActionButton
|
||||||
|
|||||||
Reference in New Issue
Block a user