diff --git a/awx/ui/src/screens/Dashboard/Dashboard.js b/awx/ui/src/screens/Dashboard/Dashboard.js index 1481b9ac5f..9ec35d7ba0 100644 --- a/awx/ui/src/screens/Dashboard/Dashboard.js +++ b/awx/ui/src/screens/Dashboard/Dashboard.js @@ -1,14 +1,16 @@ import React, { useCallback, useEffect, useState } from 'react'; import styled from 'styled-components'; -import { t } from '@lingui/macro'; +import { t, Trans } from '@lingui/macro'; import { + Banner, Card, PageSection, Tabs, Tab, TabTitleText, } from '@patternfly/react-core'; +import { InfoCircleIcon } from '@patternfly/react-icons'; import useRequest from 'hooks/useRequest'; import { DashboardAPI } from 'api'; @@ -69,6 +71,15 @@ function Dashboard() { } return ( <> + + +

+ A tech preview of the new Ansible Automation + Platform user interface can be found{' '} + here. +

+
+