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