Skip to content
Snippets Groups Projects
Commit 8def0eb7 authored by Dante Aléo's avatar Dante Aléo :pouting_cat:
Browse files

fixed static page of equipaments 2

parent 92837f9b
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,5 @@ export class EditMachineComponent implements OnInit {
events = []
constructor() { }
ngOnInit() {
<<<<<<< HEAD
=======
// this._eventService.getEvents().subscribe(
// res => this.events = res,
// err => console.log(err)
)
>>>>>>> origin
}
}
......@@ -15,22 +15,7 @@
<h3> {{machine.serial_number}} </h3>
<button class="btn"(click)="changeButton(i)">Mais Informações</button>
<<<<<<< HEAD
<span class="more_text">
<h4>Informações Gerais</h4>
<p>Número de Série: {{machine.serial_number}}</p>
<p>Sala: {{machine.room}}</p>
<p>Data da última manutenção: {{machine.date_last_maintenance}}</p>
<p>Data da próxima manutenção: {{machine.date_next_maintenance}}</p>
<p>Estado da máquina: {{machine.Status}}</p>
<h4>Endereço</h4>
<p>Rua: {{machine.address}}</p>
<p>Número: {{machine.address_number}}</p>
<p>Bairro: {{machine.district}}</p>
<p>Cidade: {{machine.city}}</p>
<p>Estado: {{machine.state}}</p>
=======
<span class="more_text">
<p><b>Número de Série:</b> {{machine.serial_number}}</p>
<p><b>Sala: </b> {{machine.room}}</p>
......@@ -44,7 +29,6 @@
<p><b>Bairro:</b> {{machine.district}}</p>
<p><b>Cidade:</b> {{machine.city}}</p>
<p><b>Estado:</b> {{machine.state}}</p>
>>>>>>> origin
</span>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment