Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12264 Rev 12269
Línea 124... Línea 124...
124
												items.map((item, index) => (
124
												items.map((item, index) => (
125
													<tr key={index}>
125
													<tr key={index}>
126
														<td className='text-vertical-middle'>{item.last_date}F</td>
126
														<td className='text-vertical-middle'>{item.last_date}F</td>
127
														<td className='text-vertical-middle'>
127
														<td className='text-vertical-middle'>
128
															{item.form}
128
															{item.form}
-
 
129
															<br />
-
 
130
															<button
-
 
131
																className="btn btn-info btn-sm"
-
 
132
																onClick={() => {
-
 
133
																	setActionLink(item.actions.link_both)
129
															{item.actions.link_both}
134
																	history.push(item.actions.link_both)
-
 
135
																}}
-
 
136
															>
-
 
137
																<i className="fa fa-external-link" />
-
 
138
																Evaluacion en conjunto
-
 
139
															</button>
130
														</td>
140
														</td>
131
														<td className='text-vertical-middle'>
141
														<td className='text-vertical-middle'>
132
															{item.supervisor}
142
															{item.supervisor}
-
 
143
															<button
-
 
144
																className="btn btn-info btn-sm"
-
 
145
																onClick={() => {
-
 
146
																	setActionLink(item.actions.link_superviser)
133
															{item.actions.link_superviser}
147
																	history.push(item.actions.link_superviser)
-
 
148
																}}
-
 
149
															>
-
 
150
																<i className="fa fa-external-link" />
-
 
151
																Evaluacion del supervisor
-
 
152
															</button>
134
														</td>
153
														</td>
135
														<td className='text-vertical-middle'>
154
														<td className='text-vertical-middle'>
136
															{`${item.first_name} ${item.last_name}`}
155
															{`${item.first_name} ${item.last_name}`}
-
 
156
															<button
-
 
157
																className="btn btn-info btn-sm"
-
 
158
																onClick={() => {
-
 
159
																	setActionLink(item.actions.link_self)
137
															{item.actions.link_self}
160
																	history.push(item.actions.link_self)
-
 
161
																}}
-
 
162
															>
-
 
163
																<i className="fa fa-external-link" />
-
 
164
																Autoevaluación
-
 
165
															</button>
138
														</td>
166
														</td>
139
														<td>
167
														<td>
140
															<div className="d-flex align-items-center" style={{ gap: '5px' }}>
168
															<div className="d-flex align-items-center" style={{ gap: '5px' }}>
141
																{
169
																{
142
																	permisions.allowDelete
170
																	permisions.allowDelete