Skip to content

Commit 12088c7

Browse files
committed
wml notice warning
1 parent 21178e5 commit 12088c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/client/src/Training/Base.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,21 @@ const Base = ({
216216
return (
217217
<div className={styles.wrapper}>
218218
<TitleBar />
219+
<div
220+
style={{
221+
margin: '8px',
222+
position: 'absolute',
223+
right: 0,
224+
top: '64px',
225+
// height: '48px',
226+
overflow: 'scroll',
227+
padding: `16px`,
228+
backgroundColor: 'var(--appBar)',
229+
border: '1px solid var(--textInputUnderline)',
230+
}}
231+
>
232+
WML v4 migration in progress. Training may be temporarily unavailable.
233+
</div>
219234
{!loadingResources && resources.length === 0 ? (
220235
<div className={styles.noObjectStorage}>
221236
<div className={styles.noBucketsTitle} style={{ marginTop: '60px' }}>

0 commit comments

Comments
 (0)