mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 12:14:01 +00:00
fix: update (#393)
This commit is contained in:
parent
54c236bacf
commit
e4b2203cf6
@ -352,6 +352,7 @@ limitations under the License. -->
|
|||||||
return layout;
|
return layout;
|
||||||
});
|
});
|
||||||
for (const item of templates) {
|
for (const item of templates) {
|
||||||
|
delete item.configuration.id;
|
||||||
optimizeTemplate(item.configuration.children);
|
optimizeTemplate(item.configuration.children);
|
||||||
}
|
}
|
||||||
const name = `dashboards.json`;
|
const name = `dashboards.json`;
|
||||||
|
@ -41,7 +41,7 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="no-data" v-else>No Data</div>
|
<div class="table-no-data" v-else>No Data</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { computed } from "vue";
|
import { computed } from "vue";
|
||||||
@ -133,7 +133,7 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-data {
|
.table-no-data {
|
||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user