New Maintenance Module

This commit is contained in:
Kanchan Chauhan
2016-06-29 15:04:08 +05:30
parent da43539c53
commit fb3eb13ca4
41 changed files with 153 additions and 62 deletions

View File

@@ -157,5 +157,12 @@ def get_data():
"is_help": True,
"label": _("Learn"),
"hidden": 1
},
{
"module_name": "Maintenance",
"color": "#FF888B",
"icon": "octicon octicon-tools",
"type": "module",
"label": _("Maintenance")
}
]