mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +01: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 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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user