From dfcfdc7a4eabe94ea23e301c59287bc3817699b0 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Thu, 4 Feb 2021 13:51:15 -0800 Subject: [PATCH] add actions column header to host, user, team lists --- awx/ui_next/src/screens/Host/HostList/HostList.jsx | 1 + awx/ui_next/src/screens/Team/TeamList/TeamList.jsx | 1 + awx/ui_next/src/screens/User/UserList/UserList.jsx | 1 + 3 files changed, 3 insertions(+) diff --git a/awx/ui_next/src/screens/Host/HostList/HostList.jsx b/awx/ui_next/src/screens/Host/HostList/HostList.jsx index 9aa8d36d36..684d195ac9 100644 --- a/awx/ui_next/src/screens/Host/HostList/HostList.jsx +++ b/awx/ui_next/src/screens/Host/HostList/HostList.jsx @@ -167,6 +167,7 @@ function HostList({ i18n }) { {i18n._(t`Name`)} {i18n._(t`Inventory`)} + {i18n._(t`Actions`)} } renderToolbar={props => ( diff --git a/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx b/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx index 7d559a11f9..3e91b5a226 100644 --- a/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx +++ b/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx @@ -153,6 +153,7 @@ function TeamList({ i18n }) { {i18n._(t`Name`)} {i18n._(t`Organization`)} + {i18n._(t`Actions`)} } renderToolbar={props => ( diff --git a/awx/ui_next/src/screens/User/UserList/UserList.jsx b/awx/ui_next/src/screens/User/UserList/UserList.jsx index 28530d45fe..9a48938744 100644 --- a/awx/ui_next/src/screens/User/UserList/UserList.jsx +++ b/awx/ui_next/src/screens/User/UserList/UserList.jsx @@ -169,6 +169,7 @@ function UserList({ i18n }) { {i18n._(t`Last Name`)} {i18n._(t`Role`)} + {i18n._(t`Actions`)} } renderRow={(user, index) => (