Merge pull request #1089 from metamx/linking-to-old-console

fixed links back to old console
This commit is contained in:
Fangjin Yang 2015-02-04 15:22:07 -08:00
commit 7df02847b7
1 changed files with 18 additions and 6 deletions

View File

@ -22,14 +22,26 @@
<div class="og-console-links" ng-if="coordinator">
<div>
old skool
<a href="http://{{ coordinator }}/rules.html">rules</a>
<a href="http://{{ coordinator }}/view.html">info</a>
<a href="http://{{ coordinator }}/cluster.html">cluster</a>
<a href="http://{{ coordinator }}/config.html">config</a>
<a href="http://{{ coordinator }}/enable.html">enable</a>
<a href="http://{{ coordinator }}/old-console/">old console</a>
<a href="http://{{ coordinator }}/old-console/rules.html">rules</a>
<a href="http://{{ coordinator }}/old-console/view.html">info</a>
<a href="http://{{ coordinator }}/old-console/cluster.html">cluster</a>
<a href="http://{{ coordinator }}/old-console/config.html">config</a>
<a href="http://{{ coordinator }}/old-console/enable.html">enable</a>
</div>
<div>
<a href="http://{{ coordinator }}/">coordinator @ {{ coordinator }}</a>
</div>
</div>
<div class="og-console-links" ng-if="!coordinator">
<div>
<a href="/old-console/">old console</a>
<a href="/old-console/rules.html">rules</a>
<a href="/old-console/view.html">info</a>
<a href="/old-console/cluster.html">cluster</a>
<a href="/old-console/config.html">config</a>
<a href="/old-console/enable.html">enable</a>
</div>
</div>