We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21178e5 commit 12088c7Copy full SHA for 12088c7
src/client/src/Training/Base.js
@@ -216,6 +216,21 @@ const Base = ({
216
return (
217
<div className={styles.wrapper}>
218
<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>
234
{!loadingResources && resources.length === 0 ? (
235
<div className={styles.noObjectStorage}>
236
<div className={styles.noBucketsTitle} style={{ marginTop: '60px' }}>
0 commit comments