Skip to content

Commit

Permalink
BIGTOP-4362: Remove the icon from "Create Cluster" button (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
OxideXiao authored Feb 13, 2025
1 parent 637c794 commit 9cf142b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bigtop-manager-ui/src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<img :src="usePngImage('default')" />
<a-typography-text>{{ $t('cluster.cluster_unavailable_message') }}</a-typography-text>
<a-typography-link underline @click="() => $router.push({ name: 'ClusterCreate' })">
{{ $t('cluster.create') }}
{{ $t('menu.create') }}
</a-typography-link>
</div>
</a-card>
Expand Down
2 changes: 0 additions & 2 deletions bigtop-manager-ui/src/layouts/sider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
<div class="create-option">
<a-button type="primary" ghost @click="addCluster">
<div>
<svg-icon style="margin-left: 0" name="plus" />
<label>{{ $t('menu.create') }}</label>
</div>
</a-button>
Expand Down Expand Up @@ -148,7 +147,6 @@
width: 160px;
@include flexbox($align: center, $justify: center);
label {
margin-left: 10px;
cursor: pointer;
}
}
Expand Down

0 comments on commit 9cf142b

Please sign in to comment.