diff --git a/src/web/pages/nvts/nvtpreference.jsx b/src/web/pages/nvts/nvtpreference.jsx index 30b331524b..24c2e08979 100644 --- a/src/web/pages/nvts/nvtpreference.jsx +++ b/src/web/pages/nvts/nvtpreference.jsx @@ -3,7 +3,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ - import React from 'react'; import _ from 'gmp/locale'; @@ -25,6 +24,7 @@ import Layout from 'web/components/layout/layout'; import TableData from 'web/components/table/data'; import TableRow from 'web/components/table/row'; +import Column from 'web/components/layout/column'; const noop_convert = value => value; @@ -74,7 +74,7 @@ class NvtPreference extends React.Component { ); } else if (type === 'password') { input = ( - + - + ); } else if (type === 'file') { input = (