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 2cf9c3e commit de70b08Copy full SHA for de70b08
packages/gui/src/view/pages/server.vue
@@ -419,7 +419,7 @@ export default {
419
<a-row :gutter="20">
420
<a-col v-for="(item, key) of speedTestList" :key="key" span="12">
421
<a-card size="small" class="md-mt-10" :title="key">
422
- <a slot="extra" href="#">
+ <a slot="extra" href="javascript:void(0)" :title="key" style="cursor:default">
423
<a-icon v-if="item.alive.length > 0" type="check" />
424
<a-icon v-else type="info-circle" />
425
</a>
0 commit comments