Compare commits
No commits in common. "1564ab283eba244d2eea76c4eedb071552bb5028" and "01811cb39fd167459201bbc599884da6cd79aafb" have entirely different histories.
1564ab283e
...
01811cb39f
|
|
@ -163,7 +163,7 @@ impl MainTabViewer{
|
|||
header.col(|ui|{ui.heading("Название");});
|
||||
header.col(|ui|{ui.heading("Инв. номер");});
|
||||
header.col(|ui|{ui.heading("Ответственный");});
|
||||
header.col(|ui|{ui.heading("Дата последнего\nя техобслуживания");});
|
||||
header.col(|ui|{ui.heading("Дата последнего\n техобслуживания");});
|
||||
})
|
||||
.body(|mut body|{
|
||||
for eq in self.equipment.read().clone().unwrap().iter(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue