Commit 6beef8b
committed
Fix: Replace empty divs with proper Bootstrap modals for Respond to Call/Station
The commit RE1-T104 switched from Kendo UI Windows to Bootstrap modals
but didn't add the required modal HTML structure. Kendo's kendoWindow()
could auto-create the window on empty divs, but Bootstrap modals require
actual HTML with .modal, .modal-dialog, .modal-content classes.
This fix adds proper Bootstrap modal HTML for both respondToACallWindow
and respondToAStationWindow modals in Dashboard.cshtml.
Fixes #3171 parent dbbce63 commit 6beef8b
1 file changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
227 | 249 | | |
228 | 250 | | |
229 | 251 | | |
| |||
0 commit comments