Reverse Proxy with SSL support, Generated client Configs, JWT client to server auth, closes #13
This commit is contained in:
@@ -18,6 +18,8 @@ import LeftMenu from './leftMenu/leftMenu';
|
||||
import TorrentList from './torrentlist';
|
||||
//Notification Element
|
||||
import Notifications from './notifications';
|
||||
//Login Box
|
||||
import Login from './login';
|
||||
|
||||
|
||||
|
||||
@@ -65,6 +67,7 @@ class BasicLayout extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
return [
|
||||
<Login />,
|
||||
<Notifications />,
|
||||
<ReactGridLayout layout={this.state.layout} onLayoutChange={this.onLayoutChange}
|
||||
{...this.props}>
|
||||
|
Reference in New Issue
Block a user