mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 17:59:30 +00:00
link checkbox and its label
use standard html tag
This commit is contained in:
parent
25bddd2922
commit
e3913128cf
@ -27,7 +27,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" style="margin-top: 5px;">
|
<div class="form-group" style="margin-top: 5px;">
|
||||||
<input type="checkbox" ng-model="vm.isPublic"> // 'public' | tr //
|
<label>
|
||||||
|
<input type="checkbox" ng-model="vm.isPublic"> // 'public' | tr //
|
||||||
|
</label>
|
||||||
<inline-help help-title="//'inline_help_publicity_title' | tr//" content="//'inline_help_publicity' | tr//"></inline-help>
|
<inline-help help-title="//'inline_help_publicity_title' | tr//" content="//'inline_help_publicity' | tr//"></inline-help>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user