File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
redisinsight/ui/src/pages/rdi/pipeline-management/pages Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,7 @@ const Config = () => {
179
179
className = { cx ( 'rdi__editorWrapper' , 'rdi__loading' ) }
180
180
data-testid = "rdi-config-loading"
181
181
>
182
- < Text color = "subdued" style = { { marginBottom : 12 } } >
183
- Loading data...
184
- </ Text >
185
- < Loader color = "secondary" size = "l" />
182
+ < Loader color = "secondary" size = "l" loaderText = 'Loading data...' />
186
183
</ div >
187
184
) : (
188
185
< MonacoYaml
Original file line number Diff line number Diff line change @@ -239,10 +239,7 @@ const Job = (props: Props) => {
239
239
className = { cx ( 'rdi__editorWrapper' , 'rdi__loading' ) }
240
240
data-testid = "rdi-job-loading"
241
241
>
242
- < Text color = "subdued" style = { { marginBottom : 12 } } >
243
- Loading data...
244
- </ Text >
245
- < Loader color = "secondary" size = "l" />
242
+ < Loader color = "secondary" size = "l" loaderText = "Loading data..." />
246
243
</ div >
247
244
) : (
248
245
< MonacoYaml
You can’t perform that action at this time.
0 commit comments