mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Run prettier to fix failures
This commit is contained in:
+4
-2
@@ -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