File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
src/views/nodenetworkconfiguration Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ import {
1111 NodeNetworkConfigurationEnactmentModelGroupVersionKind ,
1212 NodeNetworkStateModelGroupVersionKind ,
1313} from '@models' ;
14- import { ListPageBody , useK8sWatchResource } from '@openshift-console/dynamic-plugin-sdk' ;
14+ import {
15+ ListPageBody ,
16+ ListPageHeader ,
17+ useK8sWatchResource ,
18+ } from '@openshift-console/dynamic-plugin-sdk' ;
1519import { Popover } from '@patternfly/react-core' ;
1620import {
1721 action ,
@@ -133,9 +137,12 @@ const Topology: FC = () => {
133137
134138 if ( statesError && statesError ?. response ?. status === 403 )
135139 return (
136- < ListPageBody >
137- < AccessDenied message = { statesError . message } />
138- </ ListPageBody >
140+ < >
141+ < ListPageHeader title = "Node network configuration" />
142+ < ListPageBody >
143+ < AccessDenied message = { statesError . message } />
144+ </ ListPageBody >
145+ </ >
139146 ) ;
140147
141148 return (
You can’t perform that action at this time.
0 commit comments