garrensmith commented on a change in pull request #950: Simplify Mango/Query 
panel layout
URL: https://github.com/apache/couchdb-fauxton/pull/950#discussion_r132199735
 
 

 ##########
 File path: app/addons/documents/mango/mango.components.js
 ##########
 @@ -143,64 +134,56 @@ var MangoEditor = React.createClass({
               title={this.props.title}
               docLink={this.props.docs}
               defaultCode={this.props.exampleCode} />
-            {this.getChangedQueryText()}
           </PaddedBorderedBox>
-          {this.getIndexBox()}
           <div className="padded-box">
-            <div className="control-group">
-              <ConfirmButton text={this.props.confirmbuttonText} 
id="create-index-btn" showIcon={false} />
+            <div className="controls-group">
+              <button type="submit" id="create-index-btn" className="btn 
btn-primary btn-space" onClick={this.setExplainFalse}>Run Query</button>
 
 Review comment:
   I'm guessing you might not need that `setExplainFalse` anymore
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to