webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/index.js in foreman_ansible-7.0.1 vs webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/index.js in foreman_ansible-7.0.2
- old
+ new
@@ -39,10 +39,13 @@
hostAttrs={hostAttrs}
hostGlobalId={hostGlobalId}
renameData={renameData}
fetchFn={useFetchFn}
renamedDataPath="variables"
- emptyStateTitle={__('No Ansible Variables found for Host')}
+ emptyStateProps={{
+ header: __('No Ansible variables found for Host'),
+ description: __('Only variables marked to Override are shown here.'),
+ }}
permissions={['view_ansible_variables']}
pagination={pagination}
history={history}
/>
);