Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
7228d8d0
Commit
7228d8d0
authored
Jan 17, 2019
by
Christophe Maudoux
🐛
Browse files
Remove button to prevent users appending sub categories (#1617)
parent
91505975
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-manager/site/htdocs/static/forms/menuCat.html
View file @
7228d8d0
...
...
@@ -20,7 +20,22 @@
</ul>
</div>
</div>
<script
type=
"text/menu"
>
[{
"
title
"
:
"
up
"
,
"
icon
"
:
"
arrow-up
"
},{
"
title
"
:
"
down
"
,
"
icon
"
:
"
arrow-down
"
},{
"
title
"
:
"
deleteEntry
"
,
"
icon
"
:
"
minus-sign
"
},{
"
title
"
:
"
newApp
"
,
"
icon
"
:
"
plus-sign
"
}]
</script>
<!-- Uncomment this snippet to enable sub categories
<script type="text/menu">
[{
"title": "up",
...
...
@@ -39,3 +54,4 @@
"icon": "plus-sign"
}]
</script>
-->
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment