SOLR-7778 Angular UI: typo preventing core details showing

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Upayavira 2015-07-12 20:33:49 +00:00
parent 7e8d6d1100
commit 2cc7d08819
1 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ limitations under the License.
</div>
<div id="data" class="requires-core" ng-show="hasCore">
<div id="data" class="requires-core" ng-show="hasCores">
<div class="block" id="core-data">
@ -160,7 +160,7 @@ limitations under the License.
</div>
</div>
<div class="block" id="index-data" ng-show="hasCore">
<div class="block" id="index-data" ng-show="hasCores">
<h2><span>Index</span></h2>
@ -221,7 +221,7 @@ limitations under the License.
</div>
<div id="navigation" class="requires-core clearfix" ng-show="hasCore">
<div id="navigation" class="requires-core clearfix" ng-show="hasCores">
<ul>
<li ng-repeat="c in cores" ng-class="{current: core.name == c.name}"><a href="#~cores/{{c.name}}">{{c.name}}</a></li>
</ul>