mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-19 14:31:48 -05:00
@@ -15,6 +15,8 @@ import './app.scss';
|
||||
|
||||
import { Config } from './contexts/Config';
|
||||
|
||||
import { BrandName } from './variables';
|
||||
|
||||
import Background from './components/Background';
|
||||
import NotifyAndRedirect from './components/NotifyAndRedirect';
|
||||
|
||||
@@ -48,6 +50,7 @@ import Users from './pages/Users';
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export function main (render) {
|
||||
const el = document.getElementById('app');
|
||||
document.title = `Ansible ${BrandName}`;
|
||||
|
||||
return render(
|
||||
<RootProvider>
|
||||
|
||||
Reference in New Issue
Block a user