From 132f0429e9b1c387efdc115c4e245f2bd41a70e6 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 21 Feb 2022 15:55:04 +0800 Subject: [PATCH] feat: add trace --- .../dashboard/configuration/Topology.vue | 6 ++--- src/views/dashboard/configuration/Widget.vue | 6 ++--- .../{ => components}/WidgetOptions.vue | 0 .../StyleOptions.vue} | 0 .../{ => widget}/MetricOptions.vue | 2 +- .../{ => widget}/StandardOptions.vue | 2 +- .../{ => widget}/graph-styles/Area.vue | 0 .../{ => widget}/graph-styles/Bar.vue | 0 .../{ => widget}/graph-styles/Card.vue | 0 .../graph-styles/EndpointList.vue | 0 .../{ => widget}/graph-styles/HeatMap.vue | 0 .../graph-styles/InstanceList.vue | 0 .../{ => widget}/graph-styles/Line.vue | 0 .../{ => widget}/graph-styles/ServiceList.vue | 0 .../{ => widget}/graph-styles/Table.vue | 0 .../{ => widget}/graph-styles/TopList.vue | 0 .../{ => widget}/graph-styles/index.ts | 0 src/views/dashboard/controls/Trace.vue | 18 +++++++++++++++ src/views/dashboard/controls/index.ts | 22 +++++++++++++++++++ src/views/dashboard/panel/Layout.vue | 6 ++--- src/views/dashboard/related/trace/Content.vue | 0 src/views/dashboard/related/trace/Header.vue | 0 22 files changed, 50 insertions(+), 12 deletions(-) rename src/views/dashboard/configuration/{ => components}/WidgetOptions.vue (100%) rename src/views/dashboard/configuration/{graph-styles/TopologyItem.vue => topology/StyleOptions.vue} (100%) rename src/views/dashboard/configuration/{ => widget}/MetricOptions.vue (99%) rename src/views/dashboard/configuration/{ => widget}/StandardOptions.vue (99%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/Area.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/Bar.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/Card.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/EndpointList.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/HeatMap.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/InstanceList.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/Line.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/ServiceList.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/Table.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/TopList.vue (100%) rename src/views/dashboard/configuration/{ => widget}/graph-styles/index.ts (100%) create mode 100644 src/views/dashboard/controls/index.ts create mode 100644 src/views/dashboard/related/trace/Content.vue create mode 100644 src/views/dashboard/related/trace/Header.vue diff --git a/src/views/dashboard/configuration/Topology.vue b/src/views/dashboard/configuration/Topology.vue index 5cb5ead9..cfd87a7a 100644 --- a/src/views/dashboard/configuration/Topology.vue +++ b/src/views/dashboard/configuration/Topology.vue @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -->