mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
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:
parent
093747cd2c
commit
211c0424ff
@ -1,10 +1,7 @@
|
|||||||
<form class="form-inline">
|
<form class="form-inline">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control" value="docker pull //vm.harborRegUrl////vm.repoName//://vm.tag//" readonly="readonly" size="60">
|
<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 class="input-group-addon">
|
|
||||||
<a href="javascript:void(0);" title="// 'select_all' | tr //"><span class="glyphicon glyphicon-duplicate"></span></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue
Block a user