You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/04/05 20:54:36 UTC

lucene-solr:jira/solr-9959: SOLR-9959 UI tweaks.

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-9959 404fccf86 -> 72551518f


SOLR-9959 UI tweaks.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/72551518
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/72551518
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/72551518

Branch: refs/heads/jira/solr-9959
Commit: 72551518f57539429e4a18cc60dba93985be817b
Parents: 404fccf
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Wed Apr 5 22:54:21 2017 +0200
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Wed Apr 5 22:54:21 2017 +0200

----------------------------------------------------------------------
 solr/webapp/web/css/angular/plugins.css | 10 ++++++----
 solr/webapp/web/partials/plugins.html   |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72551518/solr/webapp/web/css/angular/plugins.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/angular/plugins.css b/solr/webapp/web/css/angular/plugins.css
index 0310e0e..03dc2ea 100644
--- a/solr/webapp/web/css/angular/plugins.css
+++ b/solr/webapp/web/css/angular/plugins.css
@@ -33,6 +33,8 @@ limitations under the License.
 #content #plugins #navigation .PLUGINCHANGES { margin-top: 20px; }
 #content #plugins #navigation .PLUGINCHANGES a { background-image: url( ../../img/ico/eye.png ); }
 #content #plugins #navigation .RELOAD a { background-image: url( ../../img/ico/arrow-circle.png ); }
+#content #plugins #navigation .NOTE { margin-top: 20px; }
+#content #plugins #navigation .NOTE p { color: #c0c0c0; font-style: italic; }
 
 
 #content #plugins #navigation a
@@ -125,14 +127,14 @@ limitations under the License.
 #content #plugins #frame .entry .stats span
 {
   float: left;
-  width: 11%;
+  width: 9%;
 }
 
 #content #plugins #frame .entry dd,
 #content #plugins #frame .entry .stats ul
 {
   float: right;
-  width: 88%;
+  width: 90%;
 }
 
 #content #plugins #frame .entry .stats ul
@@ -144,12 +146,12 @@ limitations under the License.
 
 #content #plugins #frame .entry .stats dt
 {
-  width: 27%;
+  width: 40%;
 }
 
 #content #plugins #frame .entry .stats dd
 {
-  width: 72%;
+  width: 59%;
 }
 
 #content #plugins #frame .entry.expanded a.linker {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72551518/solr/webapp/web/partials/plugins.html
----------------------------------------------------------------------
diff --git a/solr/webapp/web/partials/plugins.html b/solr/webapp/web/partials/plugins.html
index d95fc9b..bd122a7 100644
--- a/solr/webapp/web/partials/plugins.html
+++ b/solr/webapp/web/partials/plugins.html
@@ -55,8 +55,8 @@ limitations under the License.
         </li>
         <li class="PLUGINCHANGES"><a ng-click="startRecording()">Watch Changes</a></li>
         <li class="RELOAD"><a ng-click="refresh()">Refresh Values</a></li>
+        <li class="NOTE"><p>NOTE: Only selected metrics are shown here. Full metrics can be accessed via /admin/metrics handler.</p></li>
     </ul>
-  
   </div>
 
   <div id="recording" ng-show="isRecording">