]> source.dussan.org Git - sonarqube.git/commitdiff
fix warning on overview page
authorStas Vilchik <vilchiks@gmail.com>
Mon, 18 Jan 2016 08:25:39 +0000 (09:25 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 18 Jan 2016 08:25:43 +0000 (09:25 +0100)
server/sonar-web/src/main/js/apps/overview/meta.js

index 403bc3c6f72c3c49149bac4d1fbd679fa0dae265..a13adcaf70b5de1cd63b31159e66a67b041757e6 100644 (file)
@@ -101,6 +101,7 @@ export default React.createClass({
           <input
               type="text"
               value={this.props.component.key}
+              readOnly={true}
               style={{ width: '100%' }}/>
         </div>
     );