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:
mgold1234 2023-07-25 18:27:33 +03:00 committed by Lucas Garfield
parent 1840019dbb
commit 082dbf5de1

View file

@ -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}