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

Upgrade RADIUS page #1213

Merged
merged 10 commits into from
Mar 15, 2019
1 change: 1 addition & 0 deletions gsa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ set (GSA_JS_SRC_FILES
${GSA_SRC_DIR}/src/web/pages/portlists/portrangestable.js
${GSA_SRC_DIR}/src/web/pages/portlists/row.js
${GSA_SRC_DIR}/src/web/pages/portlists/table.js
${GSA_SRC_DIR}/src/web/pages/radius/dialog.js
${GSA_SRC_DIR}/src/web/pages/radius/radiuspage.js
${GSA_SRC_DIR}/src/web/pages/reportformats/component.js
${GSA_SRC_DIR}/src/web/pages/reportformats/details.js
Expand Down
Loading