You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by dt...@apache.org on 2016/07/20 00:38:12 UTC

asterixdb git commit: Making the web UI language neutral :-)

Repository: asterixdb
Updated Branches:
  refs/heads/master 91ff20e7b -> 0d67940d3


Making the web UI language neutral :-)

Change-Id: Ia1035066170b5da5ab6839e6989b46d72e6c89e2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1007
Reviewed-by: Till Westmann <ti...@apache.org>
Reviewed-by: Ian Maxon <im...@apache.org>
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/0d67940d
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/0d67940d
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/0d67940d

Branch: refs/heads/master
Commit: 0d67940d342497d2fd05a30aa999711f0c9b0203
Parents: 91ff20e
Author: Mike Carey <dt...@gmail.com>
Authored: Tue Jul 19 14:15:50 2016 -0700
Committer: Michael Carey <dt...@gmail.com>
Committed: Tue Jul 19 17:35:50 2016 -0700

----------------------------------------------------------------------
 asterixdb/asterix-app/src/main/resources/webui/querytemplate.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/0d67940d/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html b/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html
index 9115b89..ea53616 100644
--- a/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html
@@ -208,7 +208,7 @@ $(document).ready(function() {
           <form id="queryform" class="form-horizontal" method="post">
             <div style="margin-bottom: 1em;">
               <label class="query">Query</label>
-              <textarea rows="10" id="qry" name="query" class="query" value="%s" placeholder="Type your AQL query ..."></textarea>
+              <textarea rows="10" id="qry" name="query" class="query" value="%s" placeholder="Type your query ..."></textarea>
             </div>
 
             <div class="btn-group">