imageTable: Update links on empty state
This commit add specific link when open Immutable tab without any images at image builder table Fixes # related to https://issues.redhat.com/browse/THEEDGE-3478
This commit is contained in:
parent
1840019dbb
commit
082dbf5de1
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ const ImagesTable = () => {
|
|||
navigateProp={useNavigate}
|
||||
locationProp={useLocation}
|
||||
showHeaderProp={false}
|
||||
docLinkProp={
|
||||
'https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/creating_customized_images_by_using_insights_image_builder/index'
|
||||
}
|
||||
notificationProp={notificationProp}
|
||||
pathPrefix={resolveRelPath('')}
|
||||
urlName={manageEdgeImagesUrlName}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue