mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Fix ui_next banner (#14928)
This commit is contained in:
@@ -80,7 +80,7 @@ function Dashboard() {
|
|||||||
<Trans>
|
<Trans>
|
||||||
<p>
|
<p>
|
||||||
<InfoCircleIcon /> A tech preview of the new {brandName} user
|
<InfoCircleIcon /> A tech preview of the new {brandName} user
|
||||||
interface can be found <a href="/ui_next/dashboard">here</a>.
|
interface can be found <a href="/ui_next">here</a>.
|
||||||
</p>
|
</p>
|
||||||
</Trans>
|
</Trans>
|
||||||
</Banner>
|
</Banner>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ function SubscriptionUsage() {
|
|||||||
<Trans>
|
<Trans>
|
||||||
<p>
|
<p>
|
||||||
<InfoCircleIcon /> A tech preview of the new {brandName} user
|
<InfoCircleIcon /> A tech preview of the new {brandName} user
|
||||||
interface can be found <a href="/ui_next/dashboard">here</a>.
|
interface can be found <a href="/ui_next">here</a>.
|
||||||
</p>
|
</p>
|
||||||
</Trans>
|
</Trans>
|
||||||
</Banner>
|
</Banner>
|
||||||
|
|||||||
Reference in New Issue
Block a user