Skip to content

Commit 1b519c3

Browse files
authored
Merge pull request ceph#62541 from rhcs-dashboard/fix-scroll
mgr/dashboard: fix domain settings modal scrollable Reviewed-by: Nizamudeen A <[email protected]>
2 parents d088eee + e53e0d6 commit 1b519c3

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
i18n>{{ action | titlecase }} {{ resource | upperFirst }}</h3>
88
</cds-modal-header>
99
<ng-container *cdFormLoading="loading">
10-
<form name="domainSettingsForm"
11-
#formDir="ngForm"
12-
[formGroup]="domainSettingsForm"
13-
novalidate>
14-
<div cdsModalContent>
10+
<div cdsModalContent>
11+
<form name="domainSettingsForm"
12+
#formDir="ngForm"
13+
[formGroup]="domainSettingsForm"
14+
novalidate>
1515
<div class="form-item">
1616
<cds-text-label
1717
label="realm"
@@ -114,17 +114,15 @@
114114
</button>
115115
</div>
116116
</div>
117-
</div>
117+
</form>
118+
</div>
118119

119-
<!-- Join Source -->
120-
121-
<cd-form-button-panel
122-
(submitActionEvent)="submit()"
123-
[form]="domainSettingsForm"
124-
[submitText]="(action | titlecase) + ' ' + (resource | upperFirst)"
125-
[modalForm]="true"
126-
>
127-
</cd-form-button-panel>
128-
</form>
120+
<cd-form-button-panel
121+
(submitActionEvent)="submit()"
122+
[form]="domainSettingsForm"
123+
[submitText]="(action | titlecase) + ' ' + (resource | upperFirst)"
124+
[modalForm]="true"
125+
>
126+
</cd-form-button-panel>
129127
</ng-container>
130128
</cds-modal>

0 commit comments

Comments
 (0)