Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed May 4, 2023
1 parent d74f4e1 commit e4ace44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dns_api/resources/partial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>{{provider}}</h2>
</div>

<div ng:show="domains.length > 0">
<div class="form-group" ng:if="domains.length > 1">
<div class="form-group col-md-6" ng:if="domains.length > 1">
<label translate>Select domain: </label>
<select
ng:options="domain for domain in domains"
Expand Down

0 comments on commit e4ace44

Please sign in to comment.