File tree 1 file changed +26
-0
lines changed
src/Components/sharedComponents
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useState } from 'react' ;
2
2
3
3
import {
4
+ Alert ,
4
5
Button ,
5
6
Popover ,
6
7
Text ,
@@ -159,6 +160,31 @@ export const ImageBuilderHeader = ({
159
160
</ >
160
161
) }
161
162
</ Flex >
163
+ { ! isOnBlueprintsTab && (
164
+ < Flex >
165
+ < FlexItem >
166
+ < Alert
167
+ variant = "info"
168
+ isInline
169
+ title = {
170
+ < > Upcoming decommission of hosted edge management service</ >
171
+ }
172
+ className = "pf-v5-u-mt-sm pf-v5-u-mb-sm"
173
+ >
174
+ < TextContent >
175
+ < Text >
176
+ As of July 31, 2025, the hosted edge management service,
177
+ will no longer be supported. Consequently, pushing image
178
+ updates to Immutable (OSTree) systems via the Hybrid Cloud
179
+ Console using this service will be discontinued. Customers
180
+ are encouraged to explore Red Hat Edge Manager (RHEM) as the
181
+ recommended alternative for managing their edge systems.
182
+ </ Text >
183
+ </ TextContent >
184
+ </ Alert >
185
+ </ FlexItem >
186
+ </ Flex >
187
+ ) }
162
188
</ PageHeader >
163
189
</ >
164
190
) ;
You can’t perform that action at this time.
0 commit comments