Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14249 Rev 14250
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
												<div className="d-block p-2">
343
												<table className='table table-bordered m-2'>
344
													<table className='table table-bordered'>
344
													<thead>
345
														<thead>
345
														<tr>
346
															<tr>
346
															<th>Nombre</th>
347
																<th>Nombre</th>
347
															<th>Acciones</th>
348
																<th>Acciones</th>
348
														</tr>
349
															</tr>
349
													</thead>
350
														</thead>
350
													<tbody>
351
														<tbody>
351
														{
352
															{
352
															subordinatesSelected.map(subordinate =>
353
																subordinatesSelected.map(subordinate =>
353
																<tr key={subordinate.job_description_id}>
354
																	<tr key={subordinate.job_description_id}>
354
																	<td>{subordinate.name}</td>
355
																		<td>{subordinate.name}</td>
355
																	<td>
356
																		<td>
356
																		<button
357
																			<button
357
																			type='button'
358
																				type='button'
358
																			className='btn btn-primary'
359
																				className='btn btn-primary'
359
																			onClick={() => deleteCompetency(subordinate.job_description_id)}
360
																				onClick={() => deleteSubordinate(subordinate.job_description_id)}
360
																		>
361
																			>
361
																			<i className='fa fa-ban mr-1' />
362
																				<i className='fa fa-ban mr-1' />
362
																			Borrar
363
																				Borrar
363
																		</button>
364
																			</button>
364
																	</td>
365
																		</td>
365
																</tr>
366
																	</tr>
366
															)
367
																)
367
														}
368
															}
368
													</tbody>
369
														</tbody>
369
												</table>
370
													</table>
-
 
371
												</div>
370
											</div>
372
											</div>
371
										</div>
373
										</div>
372
									</div>
374
									</div>
373
									<div className="form-group">
375
									<div className="form-group">
374
										<button type="submit" className="btn btn-primary btn-form-save-close mr-2">
376
										<button type="submit" className="btn btn-primary btn-form-save-close mr-2">