Commit b00f29d
committed
Add udm-boot status check and install to WAN Steering (#591)
* Add udm-boot status check and install to WAN Steering
Without udm-boot, the boot script that restores iptables rules won't
run after a reboot or firmware update, silently breaking WAN Steering.
Adds the same pattern used by Performance Tweaks and Adaptive SQM:
status indicator in the metrics bar, warning banner with install button.
Closes #589
* Fix DI: inject concrete SqmDeploymentService, not the interface
SqmDeploymentService is registered as the concrete type in DI, not as
ISqmDeploymentService.1 parent 3d27a18 commit b00f29d
2 files changed
Lines changed: 57 additions & 0 deletions
File tree
- src/NetworkOptimizer.Web
- Components/Pages
- Services
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
87 | 102 | | |
88 | 103 | | |
89 | 104 | | |
| |||
124 | 139 | | |
125 | 140 | | |
126 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
127 | 159 | | |
128 | 160 | | |
129 | 161 | | |
| |||
499 | 531 | | |
500 | 532 | | |
501 | 533 | | |
| 534 | + | |
502 | 535 | | |
503 | 536 | | |
504 | 537 | | |
| |||
622 | 655 | | |
623 | 656 | | |
624 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
625 | 676 | | |
626 | 677 | | |
627 | 678 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
558 | 562 | | |
559 | 563 | | |
560 | 564 | | |
| 565 | + | |
| 566 | + | |
561 | 567 | | |
562 | 568 | | |
563 | 569 | | |
| |||
0 commit comments