summaryrefslogtreecommitdiffstats
path: root/_includes/root_lantiq.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-07Improved UI to make it clear that the browser is not supported (#346)Ernesto Castellotti1-0/+2
Some users do not understand that the browser does not support WebSerial because on the page https://hack-gpon.org/ont-huawei-ma5671a-ymodem/ pressing the button opens the flash window, with this PR the button is deactivated if the browser is not supported and the the strikethrough out character is applied to button text
2023-01-12Use liquid for ifErnesto Castellotti1-13/+11
2023-01-12Allow specify model name in root_lantiq includeErnesto Castellotti1-1/+1
2023-01-12Moved root procedure to root_lantiq.html to be able to use in other pagesErnesto Castellotti1-92/+31
Now step 2 can also be removed to use the same process on other non-Huawei SFPs
2023-01-12Add sfpModel parameter and remove successCallbackErnesto Castellotti1-8/+12
2023-01-12Rename utils.js to serialUtil.jsErnesto Castellotti1-1/+1
2023-01-12Moved serial port management to utils.jsErnesto Castellotti1-50/+25
2023-01-12Moved all root process to rootLantiq.jsErnesto Castellotti1-38/+8
2023-01-12Moved useful functions to assets/js/rootLantiq.jsErnesto Castellotti1-65/+1
2023-01-10Apply suggestions from code reviewEdoardo Fullin1-3/+3
Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
2023-01-10MA5671A: Fixed RX Loss / TX Fault confusionEdoardo Fullin1-5/+10
2023-01-02fix escape pt2 (#88)Simone1-2/+2
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2022-12-30Streamlining of customisations: migration of numerous functionalities to the JTD fork and add new functionalities implemented by JTD fork (#75)Simone1-4/+4
* use form validation by jdt * migrate theme-switch to new version of jtd * Use new feature of jdt * streamlining of customisations: migrate, aux button, modal and theme switch to fork JTD * fix * fix Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2022-12-19Add web root script and Restore V1 Procedure (#32)Simone Bortolin1-0/+331
* Add web root script (V3) ** Web serial, LineBreakTransformer, minimal UI ** Step 2 in fallback to avoid kernel panic ** Some new alert * Restore V1 Procedure * Minor update on V1 and V2 procedure (see #43) Co-authored-by: Ernesto Castellotti <mail@ernestocastellotti.it>