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 f19d4cc commit 173bdd2Copy full SHA for 173bdd2
core/ui/src/views/NodeDetail.vue
@@ -92,9 +92,7 @@
92
<cv-row>
93
<cv-column>
94
<!-- card grid -->
95
- <div
96
- class="card-grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 xl:grid-cols-4 3xl:grid-cols-4"
97
- >
+ <div class="card-grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4">
98
<cv-tile :light="true">
99
<h4 class="mg-bottom-lg">{{ $t("node_detail.overview") }}</h4>
100
<template v-if="loading.listNodes">
@@ -175,10 +173,7 @@
175
173
</template>
176
174
177
</cv-tile>
178
- <cv-tile
179
- class="md:col-span-2 lg:col-span-2 xl:col-span-2 3xl:col-span-2"
180
- :light="true"
181
+ <cv-tile class="md:col-span-2" :light="true">
182
<h4 class="mg-bottom-lg">{{ $t("node_detail.alerts") }}</h4>
183
184
0 commit comments