fix: update (#393)
This commit is contained in:
parent
54c236bacf
commit
e4b2203cf6
|
@ -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`;
|
||||
|
|
|
@ -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";
|
||||
|
@ -133,7 +133,7 @@ limitations under the License. -->
|
|||
}
|
||||
}
|
||||
|
||||
.no-data {
|
||||
.table-no-data {
|
||||
font-size: $font-size-smaller;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue