Skip to content

Commit

Permalink
fix: update (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Apr 19, 2024
1 parent 54c236b commit e4b2203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/views/dashboard/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ limitations under the License. -->
return layout;
});
for (const item of templates) {
delete item.configuration.id;
optimizeTemplate(item.configuration.children);
}
const name = `dashboards.json`;
Expand Down
4 changes: 2 additions & 2 deletions src/views/dashboard/graphs/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ limitations under the License. -->
</div>
</div>
</div>
<div class="no-data" v-else>No Data</div>
<div class="table-no-data" v-else>No Data</div>
</template>
<script lang="ts" setup>
import { computed } from "vue";
Expand Down Expand Up @@ -133,7 +133,7 @@ limitations under the License. -->
}
}
.no-data {
.table-no-data {
font-size: $font-size-smaller;
height: 100%;
align-items: center;
Expand Down

0 comments on commit e4b2203

Please sign in to comment.