You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/05/28 01:36:09 UTC

incubator-zeppelin git commit: [MINOR] switch location of interpreter search input box

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 7d00af4da -> b304f53d4


[MINOR] switch location of interpreter search input box

### What is this PR for?
Make search interpreter input box always to be placed upper than repository information or interpreter creation form.

### What type of PR is it?
Improvement

### Screenshots (if appropriate)
**Before**
<img width="515" alt="screen shot 2016-05-24 at 3 54 14 pm" src="https://cloud.githubusercontent.com/assets/8503346/15522526/f565c22a-21c7-11e6-95f0-be73e74b3ff7.png">

**After**
<img width="514" alt="screen shot 2016-05-24 at 3 54 24 pm" src="https://cloud.githubusercontent.com/assets/8503346/15522527/f8e6cebc-21c7-11e6-8e63-b05110546d06.png">

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <mi...@nflabs.com>

Closes #913 from minahlee/fix/insterpreterSearchPosition and squashes the following commits:

fd3a13d [Mina Lee] switch location of interpreter search input box


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/b304f53d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/b304f53d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/b304f53d

Branch: refs/heads/master
Commit: b304f53d48e567cd2946180d0ca070ad992a2c64
Parents: 7d00af4
Author: Mina Lee <mi...@nflabs.com>
Authored: Tue May 24 15:53:37 2016 -0700
Committer: Mina Lee <mi...@nflabs.com>
Committed: Fri May 27 18:35:47 2016 -0700

----------------------------------------------------------------------
 zeppelin-web/src/app/interpreter/interpreter.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/b304f53d/zeppelin-web/src/app/interpreter/interpreter.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/interpreter/interpreter.html b/zeppelin-web/src/app/interpreter/interpreter.html
index d08d3d4..95fc320 100644
--- a/zeppelin-web/src/app/interpreter/interpreter.html
+++ b/zeppelin-web/src/app/interpreter/interpreter.html
@@ -37,6 +37,15 @@ limitations under the License.
         Manage interpreters settings. You can create create / remove settings. Note can bind/unbind these interpreter settings.
       </div>
     </div>
+
+    <div class="input-group col-md-4" style="margin-top: 10px">
+      <input type="text" ng-model="searchInterpreter" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Search interpreters">
+      <span class="input-group-btn">
+        <button type="submit" class="btn btn-default" ng-disabled="!navbar.connected">
+          <i class="glyphicon glyphicon-search"></i>
+        </button>
+      </span>
+    </div>
   </div>
 
   <div class="row" ng-if="showRepositoryInfo">
@@ -75,15 +84,6 @@ limitations under the License.
   </div>
 
   <div ng-include src="'app/interpreter/interpreter-create/interpreter-create.html'"></div>
-
-  <div class="input-group col-lg-4" style="margin-top: 10px">
-    <input type="text" ng-model="searchInterpreter" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Search interpreters">
-              <span class="input-group-btn">
-                <button type="submit" class="btn btn-default" ng-disabled="!navbar.connected">
-                  <i class="glyphicon glyphicon-search"></i>
-                </button>
-              </span>
-  </div>
 </div>
 
 <div class="box width-full home"