##// END OF EJS Templates
admin: show admin menus in add pages, and edit pages for users/groups/user groups
admin: show admin menus in add pages, and edit pages for users/groups/user groups

File last commit:

r3172:d37fc984 default
r3585:1fe68664 new-ui
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}