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. -->