Skip to content

Commit

Permalink
More ui_next cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Sep 3, 2024
1 parent 4966e42 commit f5e5fdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ function SubscriptionUsage() {

return (
<>
{config?.ui_next && (
<Banner variant="info">
<Trans>
<p>
<InfoCircleIcon /> A tech preview of the new {brandName} user
interface can be found <a href="/ui_next">here</a>.
</p>
</Trans>
</Banner>
)}
<ScreenHeader
streamType="all"
breadcrumbConfig={{ '/subscription_usage': t`Subscription Usage` }}
Expand Down
1 change: 0 additions & 1 deletion awx/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

urlpatterns = [
re_path(r'', include('awx.ui.urls', namespace='ui')),
re_path(r'^ui_next/.*', include('awx.ui_next.urls', namespace='ui_next')),
re_path(r'^api/', include('awx.api.urls', namespace='api')),
re_path(r'^api/v2/', include(resource_api_urls)),
re_path(r'^sso/', include('awx.sso.urls', namespace='sso')),
Expand Down

0 comments on commit f5e5fdc

Please sign in to comment.