client/html: fixed pool summary view
This commit is contained in:
parent
57193b5715
commit
018e3df31d
1 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
Aliases:<br/>
|
Aliases:<br/>
|
||||||
<ul>
|
<ul><!--
|
||||||
<% for (let name of ctx.pool.names.slice(1)) { %>
|
--><% for (let name of ctx.pool.names.slice(1)) { %><!--
|
||||||
<li><%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %></li>
|
--><li><%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %></li><!--
|
||||||
<% } %>
|
--><% } %><!--
|
||||||
</ul>
|
--></ul>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue