mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-09 01:49:35 +00:00
Handle error codes for bad package selection
Handles 409 and 422 HTTP codes for bad package selection. Shows popup for appropriate error message and gives a link for build logs. Fixes #12 Fixes #8 Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
5e3b827489
commit
acdb7741e8
6 changed files with 123 additions and 65 deletions
|
|
@ -22,6 +22,8 @@
|
|||
"OpenWrt Firmware Selector Wizard": "OpenWrt Firmware Selector Wizard",
|
||||
"Download OpenWrt firmware for your device!": "Laden Sie die OpenWrt-Firmware für Ihr Gerät herunter!",
|
||||
"Target": "Ziel",
|
||||
"Dismiss": "Entlassen",
|
||||
"There is an error with the packages you selected": "Bei den ausgewählten Paketen ist ein Fehler aufgetreten",
|
||||
"Downloads": "Herunterladen",
|
||||
"Please use the input below to download firmware for your device!": "Bitte benutzen Sie den unten stehenden Eingang, um die Firmware für Ihr Gerät herunterzuladen!"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
"OpenWrt Firmware Selector Wizard": "OpenWrt Firmware Selector Wizard",
|
||||
"Download OpenWrt firmware for your device!": "Download OpenWrt firmware for your device!",
|
||||
"Target": "Target",
|
||||
"Dismiss": "Dismiss",
|
||||
"There is an error with the packages you selected": "There is an error with the packages you selected",
|
||||
"Downloads": "Downloads",
|
||||
"Please use the input below to download firmware for your device!": "Please use the input below to download firmware for your device!"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue