Revize cbb91c90
Přidáno uživatelem Jakub Hlaváč před téměř 4 roky(ů)
src/app/dashboard/components/position-insert-popup/position-insert-popup.component.ts | ||
---|---|---|
44 | 44 |
this.insertForm.reset(); |
45 | 45 |
} |
46 | 46 |
|
47 |
/** |
|
48 |
* Send insert position request to backend adn handle response. |
|
49 |
*/ |
|
47 | 50 |
processInsertion() { |
48 | 51 |
if (this.insertForm.valid) { |
49 | 52 |
const lat = this.insertForm.controls.lat.value; |
... | ... | |
67 | 70 |
} |
68 | 71 |
} |
69 | 72 |
|
73 |
/** |
|
74 |
* Close popup |
|
75 |
*/ |
|
70 | 76 |
close() { |
71 | 77 |
this.isVisibleChange.emit(false); |
72 | 78 |
} |
Také k dispozici: Unified diff
Re #8915 - Zapracování požadavků ze schůzky
+ sensor edit under edit button in menu+ sensor group names
+ adding information to unit and sensor
+ commenting
+ code refactor