This repository was archived by the owner on Apr 30, 2023. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
"lodash" : " ^4.17.15" ,
42
42
"netmask" : " ^1.0.6" ,
43
43
"node-sass" : " ^4.13.1" ,
44
- "openshift-assisted-ui-lib" : " ^1.5.7" ,
44
+ "openshift-assisted-ui-lib" : " ^1.5.7-1 " ,
45
45
"prettier" : " ^2.0.1" ,
46
46
"prism-react-renderer" : " ^1.1.1" ,
47
47
"react" : " ^16.13.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { Provider } from 'react-redux' ;
3
3
import { Router } from 'react-router-dom' ;
4
4
import { Page } from '@patternfly/react-core' ;
5
- import { Store , Router as LibRouter } from 'openshift-assisted-ui-lib' ;
5
+ import { Store , Router as LibRouter , Features } from 'openshift-assisted-ui-lib' ;
6
6
import history from '../history' ;
7
7
import Header from './ui/Header' ;
8
8
// import Sidebar from './Sidebar';
@@ -23,7 +23,7 @@ const App: React.FC = () => (
23
23
isManagedSidebar // enable this to automatically hide sidebar in mobile
24
24
defaultManagedSidebarIsOpen = { false }
25
25
>
26
- < LibRouter />
26
+ < LibRouter features = { Features . STANDALONE_DEPLOYMENT_ENABLED_FEATURES } />
27
27
</ Page >
28
28
</ Router >
29
29
</ Provider >
Original file line number Diff line number Diff line change @@ -8690,10 +8690,10 @@ open@^7.0.2:
8690
8690
is-docker "^2.0.0"
8691
8691
is-wsl "^2.1.1"
8692
8692
8693
- openshift-assisted-ui-lib@^1.5.7:
8694
- version "1.5.7"
8695
- resolved "https://registry.yarnpkg.com/openshift-assisted-ui-lib/-/openshift-assisted-ui-lib-1.5.7.tgz#7dc8a6372b0d25ad761b28f26160182918e08aab "
8696
- integrity sha512-dLhMqbKBBf+WiTwJgReWD95XxWAEROWVYNxkA9Ri8fZxQNc8L0PccP1y6ZsePObBkN7VHGAka5PJl6wKpqK/ng ==
8693
+ openshift-assisted-ui-lib@^1.5.7-1 :
8694
+ version "1.5.7-1 "
8695
+ resolved "https://registry.yarnpkg.com/openshift-assisted-ui-lib/-/openshift-assisted-ui-lib-1.5.7-1 .tgz#4a42c36bbbc6958550814a0c3dfa1c04d6c0b355 "
8696
+ integrity sha512-bTbvMtaOVTbdnu53El5NpGkxrJB86gmff9vZvr4UW92aOuPwDXcW7XNXbzxKOEN8emKhZr6ObhICsNp7D3A2BA ==
8697
8697
dependencies:
8698
8698
axios-case-converter "^0.6.0"
8699
8699
ip-address "^7.1.0"
You can’t perform that action at this time.
0 commit comments