|
@ -56,14 +56,8 @@ public class ActDiariaView extends VerticalLayout { |
|
|
}).setHeader("Fecha de cierre"); |
|
|
}).setHeader("Fecha de cierre"); |
|
|
Button btnCorrectivo = new Button("Correctivo"); |
|
|
Button btnCorrectivo = new Button("Correctivo"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grdColumnas.setItems(people); |
|
|
grdColumnas.setItems(people); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add(titulo, header, grdColumnas); |
|
|
add(titulo, header, grdColumnas); |
|
|
} |
|
|
} |
|
|
|
|
|
|