mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
fix: update pagination for service list, endpoint list, instance list and add legend configs (#45)
This commit is contained in:
@@ -77,6 +77,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
},
|
||||
TopList: {
|
||||
type: "TopList",
|
||||
color: "purple",
|
||||
},
|
||||
InstanceList: {
|
||||
type: "InstanceList",
|
||||
@@ -263,6 +264,7 @@ export const TextColors: { [key: string]: string } = {
|
||||
white: "#fff",
|
||||
black: "#000",
|
||||
orange: "#E6A23C",
|
||||
purple: "#bf99f8",
|
||||
};
|
||||
|
||||
export const CalculationOpts = [
|
||||
|
Reference in New Issue
Block a user