File tree 1 file changed +14
-7
lines changed
frontend/src/views/HomeView/components 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ const handleRefresh = async () => {
153
153
loading .value = true
154
154
await ignoredError (kernelApiStore .refreshConfig )
155
155
await ignoredError (kernelApiStore .refreshProviderProxies )
156
- await sleep (500 )
156
+ await sleep (100 )
157
157
loading .value = false
158
158
}
159
159
@@ -195,12 +195,19 @@ onActivated(() => {
195
195
{{ t('home.controller.sortBy') }}
196
196
</Switch >
197
197
<Button @click =" toggleMoreSettings" type =" primary" size =" small" class =" ml-8" > ... </Button >
198
- <Button @click =" expandAll" v-tips =" 'home.overview.expandAll'" type =" text" class =" ml-auto" >
199
- <Icon icon =" expand" />
200
- </Button >
201
- <Button @click =" collapseAll" v-tips =" 'home.overview.collapseAll'" type =" text" >
202
- <Icon icon =" collapse" />
203
- </Button >
198
+ <Button
199
+ @click =" expandAll"
200
+ v-tips =" 'home.overview.expandAll'"
201
+ type =" text"
202
+ icon =" expand"
203
+ class =" ml-auto"
204
+ />
205
+ <Button
206
+ @click =" collapseAll"
207
+ v-tips =" 'home.overview.collapseAll'"
208
+ type =" text"
209
+ icon =" collapse"
210
+ />
204
211
<Button
205
212
@click =" handleRefresh"
206
213
v-tips =" 'home.overview.refresh'"
You can’t perform that action at this time.
0 commit comments