Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. added.splice(2,0,
  2. {
  3. 'id' : 'season',
  4. 'title' : 'Temporada',
  5. 'type' : 'collapse',
  6. 'icon' : 'basketball-ball',
  7. 'children' : [
  8. {
  9. 'id' : 'seasonTeams',
  10. 'title': 'Equipos',
  11. 'type' : 'item',
  12. 'url' : '/club/' + clubId + '/admin-team/list',
  13. },
  14. {
  15. 'id' : 'usersPlayers',
  16. 'title': 'Jugadores',
  17. 'type' : 'item',
  18. 'url': '/club/' + clubId + '/users/players',
  19. },
  20. {
  21. 'id' : 'usersCoaches',
  22. 'title': 'Entrenadores',
  23. 'type' : 'item',
  24. 'url': '/club/' + clubId + '/users/coaches',
  25. }
  26. ]
  27. },
  28. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement