mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add shortName for service (#323)
This commit is contained in:
1
src/types/selector.d.ts
vendored
1
src/types/selector.d.ts
vendored
@@ -22,6 +22,7 @@ export type Service = {
|
||||
normal?: boolean;
|
||||
group?: string;
|
||||
merge?: string;
|
||||
shortName?: string;
|
||||
};
|
||||
|
||||
export type Instance = {
|
||||
|
Reference in New Issue
Block a user