[Groonga-commit] groonga/groonga-admin at a076df3 [master] Use alert for error message

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 22 18:56:05 JST 2014


Kouhei Sutou	2014-10-22 18:56:05 +0900 (Wed, 22 Oct 2014)

  New Revision: a076df3371d004002a335af6f66ae1d622f69fbf
  https://github.com/groonga/groonga-admin/commit/a076df3371d004002a335af6f66ae1d622f69fbf

  Message:
    Use alert for error message

  Modified files:
    app/views/tables/search.html

  Modified: app/views/tables/search.html (+3 -1)
===================================================================
--- app/views/tables/search.html    2014-10-22 18:55:41 +0900 (c67815f)
+++ app/views/tables/search.html    2014-10-22 18:56:05 +0900 (caea4c9)
@@ -1,7 +1,9 @@
 <div ng-controller="TableSearchController">
   <h1 class="page-header">Search</h1>
+  <div class="alert alert-warning" ng-show="message.length &gt; 0">
+    <p>{{message}}</p>
+  </div>
   <div class="container">
-    <p class="error-message">{{message}}</p>
     <p class="statistics">
       <span id="elapsed-time">{{elapsedTimeInMilliseconds | number : 3}}ms</span>
       <span id="n-total-records">({{nTotalRecords}})</span>
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index