mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 16:15:25 +00:00
add loading
This commit is contained in:
parent
10fd4d1d8e
commit
6d362e9aca
@ -384,8 +384,10 @@ function searchDashboards(pageIndex?: any) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function reloadTemplates() {
|
async function reloadTemplates() {
|
||||||
dashboardStore.resetTemplates();
|
loading.value = true;
|
||||||
|
await dashboardStore.resetTemplates();
|
||||||
|
loading.value = false;
|
||||||
}
|
}
|
||||||
function changePage(pageIndex: number) {
|
function changePage(pageIndex: number) {
|
||||||
searchDashboards(pageIndex);
|
searchDashboards(pageIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user