gocron/templates/host/menu.html

12 lines
482 B
HTML
Raw Normal View History

2017-04-07 01:13:36 +00:00
<div class="four wide column">
<div class="verticalMenu">
<div class="ui vertical pointing menu fluid">
2017-04-09 09:55:55 +00:00
<a class="{{{if eq .URI "/host"}}}active teal{{{end}}} item" href="/host">
2017-04-07 01:13:36 +00:00
<i class="linux icon"></i> 主机列表
</a>
2017-04-09 09:55:55 +00:00
<a class="{{{if eq .URI "/host/create"}}}active teal{{{end}}} item" href="/host/create">
2017-04-07 01:13:36 +00:00
<i class="plus icon"></i> 添加主机
</a>
</div>
</div>
</div>