Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-app-babeld: migrate to JavaScript-based implementation #6479

Conversation

Ayushmanwebdeveloper
Copy link
Contributor

image

Hi! I've completed the migration of luci-app-babeld to JavaScript. All the features are functioning just like they did in the old Lua app.

for (var prefix in data[protocol]) {
var prefixRow = document.createElement('tr');
prefixRow.setAttribute('class', 'tr');
var prefixContent = '<td class="td" data-title="xroutes_' + protocol + '_prefix">' + prefix + '</td>\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
I fixed all the issues and also tested it.

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>

luci-app-babeld: migrate to js fix makefile

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>

luci-app-babeld: migrate to js

luci-app-babeld: migrate to js fix app name

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>

luci-app-babeld: migrate to js

luci-app-babeld: migrate to js

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>

luci-app-babeld: migrate to js
@andibraeu
Copy link
Contributor

@jow- this migrated app looks good to me

@jow-
Copy link
Contributor

jow- commented Sep 26, 2023

Merged via 0c3f396 - thanks!

@jow- jow- closed this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants