mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 20:59:18 +00:00
feat: Implement Text control and update Topology (#37)
This commit is contained in:
@@ -22,10 +22,17 @@ export const NewControl = {
|
||||
i: "0",
|
||||
type: "Widget",
|
||||
widget: {
|
||||
title: "Title",
|
||||
title: "",
|
||||
},
|
||||
graph: {},
|
||||
standard: {},
|
||||
metrics: [""],
|
||||
metricTypes: [""],
|
||||
};
|
||||
export const TextConfig = {
|
||||
fontColor: "white",
|
||||
backgroundColor: "green",
|
||||
content: "Text",
|
||||
fontSize: 14,
|
||||
textAlign: "left",
|
||||
};
|
||||
|
Reference in New Issue
Block a user