mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 21:51:54 +00:00
fix
This commit is contained in:
parent
78a0834fb2
commit
ca5d7e8ebe
@ -109,7 +109,7 @@ limitations under the License. -->
|
|||||||
const selectorStore = useSelectorStore();
|
const selectorStore = useSelectorStore();
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
const serviceInstanceIds = ref<string[]>([]);
|
const serviceInstanceIds = ref<string[]>([]);
|
||||||
const asyncEvents = ref<string[]>([ProfilingEvents[0]]);
|
const asyncEvents = ref<string[]>([]);
|
||||||
const duration = ref<string>(DurationOptions[0].value);
|
const duration = ref<string>(DurationOptions[0].value);
|
||||||
const execArgs = ref<string>("");
|
const execArgs = ref<string>("");
|
||||||
const loading = ref<boolean>(false);
|
const loading = ref<boolean>(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user