mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Run prettier
This commit is contained in:
@@ -103,10 +103,7 @@ function TemplateListItem({
|
|||||||
</DataListCell>,
|
</DataListCell>,
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<DataListAction
|
<DataListAction aria-label="actions" aria-labelledby={labelId}>
|
||||||
aria-label="actions"
|
|
||||||
aria-labelledby={labelId}
|
|
||||||
>
|
|
||||||
{template.summary_fields.user_capabilities.start && (
|
{template.summary_fields.user_capabilities.start && (
|
||||||
<Tooltip content={i18n._(t`Launch Template`)} position="top">
|
<Tooltip content={i18n._(t`Launch Template`)} position="top">
|
||||||
<LaunchButton resource={template}>
|
<LaunchButton resource={template}>
|
||||||
|
|||||||
Reference in New Issue
Block a user