File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ limitations under the License. -->
352
352
return layout ;
353
353
});
354
354
for (const item of templates ) {
355
+ delete item .configuration .id ;
355
356
optimizeTemplate (item .configuration .children );
356
357
}
357
358
const name = ` dashboards.json ` ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ limitations under the License. -->
41
41
</div >
42
42
</div >
43
43
</div >
44
- <div class =" no-data" v-else >No Data</div >
44
+ <div class =" table- no-data" v-else >No Data</div >
45
45
</template >
46
46
<script lang="ts" setup>
47
47
import { computed } from " vue" ;
@@ -133,7 +133,7 @@ limitations under the License. -->
133
133
}
134
134
}
135
135
136
- .no-data {
136
+ .table- no-data {
137
137
font-size : $font-size-smaller ;
138
138
height : 100% ;
139
139
align-items : center ;
You can’t perform that action at this time.
0 commit comments