mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: update Icons and add Selector
This commit is contained in:
@@ -23,36 +23,6 @@ export const EntityType = [
|
||||
{ value: "serviceInstanceRelation", label: "Service Instance Relation" },
|
||||
{ value: "endpointRelation", label: "Endpoint Relation" },
|
||||
];
|
||||
export const SelectOpt = [
|
||||
{
|
||||
value: "service1",
|
||||
label: "Service1",
|
||||
children: [
|
||||
{
|
||||
value: "instance1",
|
||||
label: "Instance1",
|
||||
},
|
||||
{
|
||||
value: "instance2",
|
||||
label: "Instance2",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "service2",
|
||||
label: "Service2",
|
||||
children: [
|
||||
{
|
||||
value: "instance1",
|
||||
label: "Instance1",
|
||||
},
|
||||
{
|
||||
value: "instance2",
|
||||
label: "Instance2",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
export const Options = [
|
||||
{
|
||||
value: "Option1",
|
||||
|
Reference in New Issue
Block a user