add asset history back to config file
This commit is contained in:
parent
49c4233bab
commit
1653d35e1e
1 changed files with 8 additions and 0 deletions
|
|
@ -331,6 +331,13 @@
|
||||||
"url" : "^PageUrl(\"\",op=assetManager);",
|
"url" : "^PageUrl(\"\",op=assetManager);",
|
||||||
"title" : "^International(assets,Asset);"
|
"title" : "^International(assets,Asset);"
|
||||||
},
|
},
|
||||||
|
"assetHistory" : {
|
||||||
|
"icon" : "assetHistory.gif",
|
||||||
|
"groupSetting" : "groupIdAdminHistory",
|
||||||
|
"uiLevel" : 5,
|
||||||
|
"url" : "^PageUrl(\"\",op=assetHistory);",
|
||||||
|
"title" : "^International(assetHistory,Asset);"
|
||||||
|
},
|
||||||
"graphics" : {
|
"graphics" : {
|
||||||
"icon" : "graphics.gif",
|
"icon" : "graphics.gif",
|
||||||
"uiLevel" : 5,
|
"uiLevel" : 5,
|
||||||
|
|
@ -895,6 +902,7 @@
|
||||||
"WebGUI::Content::AssetDiscovery",
|
"WebGUI::Content::AssetDiscovery",
|
||||||
"WebGUI::Content::AjaxI18N",
|
"WebGUI::Content::AjaxI18N",
|
||||||
"WebGUI::Content::Account",
|
"WebGUI::Content::Account",
|
||||||
|
"WebGUI::Content::AssetHistory",
|
||||||
"WebGUI::Content::Operation",
|
"WebGUI::Content::Operation",
|
||||||
"WebGUI::Content::Setup",
|
"WebGUI::Content::Setup",
|
||||||
"WebGUI::Content::Shop",
|
"WebGUI::Content::Shop",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue