update report menu item names
This commit is contained in:
parent
a8676e257b
commit
771353e634
|
@ -150,11 +150,11 @@ HAFlow.Main.prototype.initReportListTree = function() {
|
|||
});
|
||||
this.menu.reportTreeMenu.newReportMenuItem = new dijit.MenuItem({
|
||||
id: "newReportMenuItem",
|
||||
label: myfile.newReport
|
||||
label: myfile.newGridReport
|
||||
});
|
||||
this.menu.reportTreeMenu.newFloatReportMenuItem = new dijit.MenuItem({
|
||||
id: "newFloatReportMenuItem",
|
||||
label: myfile.newReport
|
||||
label: myfile.newFloatReport
|
||||
});
|
||||
this.menu.reportTreeMenu.newReportDirectoryMenuItem = new dijit.MenuItem({
|
||||
id: "newReportDirectoryMenuItem",
|
||||
|
|
|
@ -67,7 +67,8 @@ myfile={
|
|||
"deleteNode":"Delete Node",
|
||||
"HDFSPath":"HDFS Path",
|
||||
"saveConfiguration":"Save Configuration",
|
||||
"newReport":"New Report",
|
||||
"newGridReport":"New Grid Report",
|
||||
"newFloatReport":"New Float Report",
|
||||
"newReportDirectory":"New Report Directory",
|
||||
"console":"Console",
|
||||
"information":"Property",
|
||||
|
@ -78,5 +79,5 @@ myfile={
|
|||
"path":"Path",
|
||||
"size":"Size",
|
||||
"flowInfo":"Flow Info"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -69,7 +69,8 @@
|
|||
"deleteNode":"删除节点",
|
||||
"HDFSPath":"HDFS路径",
|
||||
"saveConfiguration":"保存配置",
|
||||
"newReport":"新建报表",
|
||||
"newGridReport":"新建表格报表",
|
||||
"newFloatReport":"新建自由报表",
|
||||
"newReportDirectory":"新建报表文件夹",
|
||||
"console":"控制台",
|
||||
"information":"配置信息",
|
||||
|
@ -80,5 +81,5 @@
|
|||
"path":"路径",
|
||||
"size":"大小",
|
||||
"flowInfo":"流程信息",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue