diff --git a/src/web/wizard/components/configuration/ManageSettings.jsx b/src/web/wizard/components/configuration/ManageSettings.jsx index a7a7f35..422112f 100755 --- a/src/web/wizard/components/configuration/ManageSettings.jsx +++ b/src/web/wizard/components/configuration/ManageSettings.jsx @@ -192,21 +192,12 @@ const ManageSettings = createReactClass({ if (this._isLoading()) { return ; } + + const tooltipReplace = (); - const tooltipReplace = ( - - - ); - - const tooltipDoNothing = ( - - - ); + const tooltipDoNothing = (); - const tooltipRename = ( - - - ); + const tooltipRename = (); return ( @@ -243,7 +234,7 @@ const ManageSettings = createReactClass({

- +
- +
- +
); - const tooltipUser = ( - - - ); + const tooltipUser = (); let tabFields = [{list.title}]; this.props.config.field_order.map((field) => { @@ -180,10 +177,7 @@ const AlertListDisplay = createReactClass({ tabFields.push( + trigger={['hover', 'focus']}> {list.creator_user_id} );