Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14248 Rev 14249
Línea 338... Línea 338...
338
														>
338
														>
339
															Agregar
339
															Agregar
340
														</button>
340
														</button>
341
													</div>
341
													</div>
342
												</div>
342
												</div>
343
												{
-
 
344
													subordinatesSelected.map(subordinate => {
-
 
345
 
-
 
346
														return (
-
 
347
															<div key={subordinate.job_description_id}>
-
 
348
																<table className='table table-bordered'>
343
												<table className='table table-bordered m-2'>
349
																	<thead>
344
													<thead>
350
																		<tr>
345
														<tr>
351
																			<th>Nombre</th>
346
															<th>Nombre</th>
352
																			<th>Acciones</th>
347
															<th>Acciones</th>
353
																		</tr>
348
														</tr>
354
																	</thead>
349
													</thead>
355
																	<tbody>
350
													<tbody>
356
																		<tr>
351
														{
-
 
352
															subordinatesSelected.map(subordinate =>
-
 
353
																<tr key={subordinate.job_description_id}>
357
																			<td>{subordinate.name}</td>
354
																	<td>{subordinate.name}</td>
358
																			<td>
355
																	<td>
359
																				<button
356
																		<button
360
																					type='button'
357
																			type='button'
361
																					className='btn btn-primary'
358
																			className='btn btn-primary'
362
																					onClick={() => deleteCompetency(subordinate.job_description_id)}
359
																			onClick={() => deleteCompetency(subordinate.job_description_id)}
363
																				>
360
																		>
364
																					<i className='fa fa-ban mr-1' />
361
																			<i className='fa fa-ban mr-1' />
365
																					Borrar
362
																			Borrar
366
																				</button>
363
																		</button>
367
																			</td>
364
																	</td>
368
																		</tr>
365
																</tr>
369
																	</tbody>
-
 
370
																</table>
-
 
371
															</div>
366
															)
372
														)
367
														}
373
													})
368
													</tbody>
374
												}
369
												</table>
375
											</div>
370
											</div>
376
										</div>
371
										</div>
377
									</div>
372
									</div>
378
									<div className="form-group">
373
									<div className="form-group">
379
										<button type="submit" className="btn btn-primary btn-form-save-close mr-2">
374
										<button type="submit" className="btn btn-primary btn-form-save-close mr-2">