mirror of https://github.com/apache/lucene.git
SOLR-4388 Fix overview link and autoAddReplicas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
094a1c2908
commit
2bd051c8de
|
@ -177,7 +177,7 @@ limitations under the License.
|
|||
</div>
|
||||
<div id="collection-menu" class="sub-menu" ng-show="currentCollection">
|
||||
<ul>
|
||||
<li class="overview" ng-class="{active:page=='collection-overview'}"><a href="#/{{currentCore.name}}/collection-overview"><span>Overview</span></a></li>
|
||||
<li class="overview" ng-class="{active:page=='collection-overview'}"><a href="#/{{currentCollection.name}}/collection-overview"><span>Overview</span></a></li>
|
||||
<li class="analysis" ng-class="{active:page=='analysis'}"><a href="#/{{currentCollection.name}}/analysis"><span>Analysis</span></a></li>
|
||||
<li class="dataimport" ng-class="{active:page=='dataimport'}"><a href="#/{{currentCollection.name}}/dataimport"><span>Dataimport</span></a></li>
|
||||
<li class="documents" ng-class="{active:page=='documents'}"><a href="#/{{currentCollection.name}}/documents"><span>Documents</span></a></li>
|
||||
|
|
|
@ -36,7 +36,7 @@ limitations under the License.
|
|||
<dd class="value">{{selectedCollection.replicationFactor}}</dd>
|
||||
|
||||
<dt>Auto-add replicas:</dt>
|
||||
<dd class="ico value" ng-class="selectedCollection.autoAddReplicas ? 'ico-1' : 'ico-0'"><span>yes</span></dd>
|
||||
<dd class="ico value" ng-class="selectedCollection.autoAddReplicas=='true' ? 'ico-1' : 'ico-0'"><span>yes</span></dd>
|
||||
|
||||
<dt>Router name:</dt>
|
||||
<dd class="value">{{selectedCollection.router.name}}</dd>
|
||||
|
|
Loading…
Reference in New Issue