mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: implement owner option for TopList widgets in related trace options (#426)
This commit is contained in:
@@ -266,8 +266,9 @@ export const TextColors: { [key: string]: string } = {
|
||||
};
|
||||
|
||||
export const RefIdTypes = [
|
||||
{ label: "Trace ID", value: "traceId" },
|
||||
{ label: "None", value: "none" },
|
||||
{ label: "Trace ID", value: "traceId" },
|
||||
{ label: "Owner", value: "owner" },
|
||||
];
|
||||
export const RefreshOptions = [
|
||||
{ label: "Last 30 minutes", value: "30", step: "MINUTE" },
|
||||
|
Reference in New Issue
Block a user