Files
backroad/app/portainer/settings/authentication/auto-team-membership-toggle/auto-team-membership-toggle.html
2021-09-24 14:29:17 +03:00

15 lines
467 B
HTML

<div class="col-sm-12 form-section-title">
Team membership
</div>
<div class="form-group">
<span class="col-sm-12 text-muted small" ng-transclude="description"> </span>
</div>
<div class="form-group">
<div class="col-sm-12">
<label for="tls" class="control-label text-left">
Automatic team membership
</label>
<label class="switch" style="margin-left: 20px;"> <input type="checkbox" ng-model="$ctrl.ngModel" /><i></i> </label>
</div>
</div>