mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-26 00:50:50 +00:00
fix: change icons for trace types (#512)
This commit is contained in:
@@ -293,7 +293,7 @@ limitations under the License. -->
|
||||
selectedMinTimestamp: props.selectedMinTimestamp,
|
||||
});
|
||||
}
|
||||
tree.value.draw(() => {
|
||||
tree.value?.draw(() => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
}, 200);
|
||||
|
||||
@@ -24,6 +24,6 @@ export enum TraceGraphType {
|
||||
export const GraphTypeOptions = [
|
||||
{ value: "List", icon: "list-bulleted", label: "list" },
|
||||
{ value: "Tree", icon: "issue-child", label: "tree" },
|
||||
{ value: "Table", icon: "table", label: "table" },
|
||||
{ value: "Table", icon: "list-tree", label: "table" },
|
||||
{ value: "Statistics", icon: "statistics-bulleted", label: "statistics" },
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user