kwin commented on code in PR #212: URL: https://github.com/apache/felix-dev/pull/212#discussion_r1253967553
########## webconsole/src/main/resources/res/ui/config.js: ########## @@ -348,6 +349,25 @@ function printConfigurationInfo( /* Element */ parent, obj ) var spanCounter = 0; +/* Element */ function createAddButton(prop) { + spanCounter++; + var newId = prop + spanCounter; + + var addButton = createElement("input", null, Review Comment: maybe one could reuse the same code here and in createSpan(...) to reduce duplication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org