feat:新功能
1 dashboard模块:图表增加url类型(新增,预览,修改,删除,全屏,刷新),目前拖拽改变大小存在问题(prev及next相关问题) fix:修改问题 1 webshell模块:resize时增加防抖处理了 2 explor模块:全屏不显示标题,下拉菜单只显示全屏
This commit is contained in:
@@ -82,6 +82,7 @@ const cn = {
|
||||
chartId:"ID",
|
||||
chartName:"图表名称",
|
||||
type:"类型",
|
||||
url:"Url",
|
||||
typeVal:{
|
||||
line:{
|
||||
label:"曲线图"
|
||||
@@ -91,7 +92,13 @@ const cn = {
|
||||
},
|
||||
table:{
|
||||
label:"表格"
|
||||
}
|
||||
},
|
||||
stackArea:{
|
||||
label:"面积图"
|
||||
},
|
||||
url:{
|
||||
label:"Url"
|
||||
},
|
||||
},
|
||||
width:"宽",
|
||||
high:"高",
|
||||
@@ -115,6 +122,18 @@ const cn = {
|
||||
recOneMonth:'最近1月',
|
||||
curMonth:'本月',
|
||||
lastMonth:'上月',
|
||||
customTimeRange:'Custom time range',
|
||||
lastFiveMin:'最近5分钟',
|
||||
lastFifteenMin:'最近15分钟',
|
||||
lastThirtyMin:'最近30分钟',
|
||||
lastOneHour:'最近1小时',
|
||||
lastThreeHour:'最近3小时',
|
||||
lastSixHour:'最近6小时',
|
||||
lastTwelveHour:'最近12小时',
|
||||
lastTwentyFourHour:'最近24小时',
|
||||
lastTwo:'最近2天',
|
||||
lastSevenDay:'最近7天',
|
||||
lastThirtyDay:'最近30天',
|
||||
refreshInterval:{
|
||||
never:'从不',
|
||||
oneMinute:'1分钟',
|
||||
|
||||
Reference in New Issue
Block a user