Replace the style of select-all button. (#1140)

* Replace the style of select-all button.

* Remove the button as discussion.

LGTM, maybe others will give more comments, merge first
This commit is contained in:
kun wang 2016-11-22 18:34:02 +08:00 committed by yhua123
parent 093747cd2c
commit 211c0424ff

View File

@ -1,10 +1,7 @@
<form class="form-inline">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" value="docker pull //vm.harborRegUrl////vm.repoName//://vm.tag//" readonly="readonly" size="60">
<div class="input-group-addon">
<a href="javascript:void(0);" title="// 'select_all' | tr //"><span class="glyphicon glyphicon-duplicate"></span></a>
</div>
<input type="text" class="form-control-static" style="padding-left: 10px;" value="docker pull //vm.harborRegUrl////vm.repoName//://vm.tag//" readonly="readonly" size="60">
</div>
</div>
</form>