任务编辑页面-添加主机链接在新窗口打开

pull/21/merge
ouqiang 2017-05-08 17:54:30 +08:00
parent 7c3f6a58d4
commit 85996077ec
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
{{{range $i, $v := .Hosts}}}
<option value="{{{.Id}}}" {{{if $.Task}}}{{{if eq $.Task.HostId .Id }}} selected {{{end}}} {{{end}}}>{{{.Alias}}}-{{{.Name}}}</option>
{{{end}}}
</select> &nbsp; <a class="ui blue button" href="/host/create"></a>
</select> &nbsp; <a class="ui blue button" href="/host/create" target="_blank"></a>
</div>
</div>