Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6475 | Rev 6477 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6475 Rev 6476
Línea 10... Línea 10...
10
import SellIcon from '@mui/icons-material/Sell'
10
import SellIcon from '@mui/icons-material/Sell'
11
import PeopleIcon from '@mui/icons-material/People'
11
import PeopleIcon from '@mui/icons-material/People'
12
import GroupsIcon from '@mui/icons-material/Groups'
12
import GroupsIcon from '@mui/icons-material/Groups'
13
import ChatIcon from '@mui/icons-material/Chat'
13
import ChatIcon from '@mui/icons-material/Chat'
14
import MenuIcon from '@mui/icons-material/Menu'
14
import MenuIcon from '@mui/icons-material/Menu'
-
 
15
import SchoolIcon from '@mui/icons-material/School'
Línea 15... Línea 16...
15
 
16
 
16
import HeaderOptions from './HeaderOptions'
17
import HeaderOptions from './HeaderOptions'
Línea 17... Línea 18...
17
import UserOptions from './UserOptions'
18
import UserOptions from './UserOptions'
Línea 173... Línea 174...
173
                      ajaxRequest={item.ajax}
174
                      ajaxRequest={item.ajax}
174
                    />
175
                    />
175
                  )
176
                  )
176
                })}
177
                })}
177
                <HeaderOptions
178
                <HeaderOptions
-
 
179
                  Icon={SchoolIcon}
-
 
180
                  title="Conocimiento"
-
 
181
                  url={routeKnowledgeArea}
-
 
182
                  childs={[].concat(
-
 
183
                    () =>
-
 
184
                      linkKnowledgeArea && {
-
 
185
                        label: 'Área de conocimiento',
-
 
186
                        href: routeKnowledgeArea,
-
 
187
                      }
-
 
188
                  )}
-
 
189
                />
-
 
190
                <HeaderOptions
178
                  Icon={ChatIcon}
191
                  Icon={ChatIcon}
179
                  title="Comunicación"
192
                  title="Comunicación"
180
                  childs={[
193
                  childs={[
181
                    ...aditionalItems,
194
                    ...aditionalItems,
182
                    { label: 'Inmail', href: '/inmail', count: messagesCount },
195
                    { label: 'Inmail', href: '/inmail', count: messagesCount },