From 846aada0e28378ad41cdc1b6b9cbfaadc0bb3d82 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Fri, 18 Mar 2022 21:30:27 +0800 Subject: [PATCH] update table style --- src/locales/lang/en.ts | 2 + src/locales/lang/zh.ts | 2 + src/views/Layer.vue | 8 ++- src/views/dashboard/Edit.vue | 18 ++--- .../widget/graph-styles/ServiceList.vue | 8 ++- src/views/dashboard/controls/Log.vue | 9 ++- src/views/dashboard/controls/Profile.vue | 9 ++- src/views/dashboard/controls/Tab.vue | 10 ++- src/views/dashboard/controls/Topology.vue | 9 ++- src/views/dashboard/controls/Trace.vue | 4 +- src/views/dashboard/controls/Widget.vue | 10 ++- src/views/dashboard/graphs/EndpointList.vue | 70 ++++++++++--------- src/views/dashboard/graphs/InstanceList.vue | 70 ++++++++++--------- src/views/dashboard/graphs/ServiceList.vue | 8 +-- src/views/dashboard/graphs/style.scss | 5 ++ src/views/dashboard/panel/Layout.vue | 5 +- 16 files changed, 148 insertions(+), 99 deletions(-) diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 306fdf5a..2c56f8b4 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -110,6 +110,8 @@ const msg = { showYAxis: "Show Y Axis", nameError: "The dashboard name cannot be duplicate", showGroup: "Show Group", + noRoot: "Please set a root dashboard for", + noWidget: "Please add widgets.", hourTip: "Select Hour", minuteTip: "Select Minute", secondTip: "Select Second", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index ecfdce28..36c4a195 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -109,7 +109,9 @@ const msg = { showXAxis: "显示X轴", showYAxis: "显示Y轴", nameError: "仪表板名称不能重复", + noRoot: "请设置根仪表板,为", showGroup: "显示分组", + noWidget: "请添加组件", hourTip: "选择小时", minuteTip: "选择分钟", secondTip: "选择秒数", diff --git a/src/views/Layer.vue b/src/views/Layer.vue index 954023a5..9df046cc 100644 --- a/src/views/Layer.vue +++ b/src/views/Layer.vue @@ -14,16 +14,18 @@ See the License for the specific language governing permissions and limitations under the License. --> diff --git a/src/views/dashboard/configuration/widget/graph-styles/ServiceList.vue b/src/views/dashboard/configuration/widget/graph-styles/ServiceList.vue index 9c0caea7..0e2936d7 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/ServiceList.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/ServiceList.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->