Skip to content

Commit ffb4b94

Browse files
authored
Merge pull request ceph#61317 from rhcs-dashboard/add-smb-service-msg
mgr/dashboard: add warning message on smb service management Reviewed-by: Afreen Misbah <[email protected]>
2 parents be95b64 + f1c1b73 commit ffb4b94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
With an active mgmt-gateway service, the dashboard will continue to be served on {{currentURL}}:{{port}} and all other services will be accessible from {{currentURL}}:{{port}}/service_name
3030
</cd-alert-panel>
3131

32+
<cd-alert-panel *ngIf="serviceForm.controls.service_type.value === 'smb'"
33+
type="warning"
34+
spacingClass="mb-3"
35+
i18n>
36+
SMB service management is intended for advanced users only.
37+
For most scenarios, it is recommended to use the SMB module instead.
38+
To manage SMB clusters and shares, please visit the <a routerLink="/cephfs/smb">SMB page</a>.
39+
</cd-alert-panel>
40+
3241
<!-- Service type -->
3342
<div class="form-group row">
3443
<label class="cd-col-form-label required"

0 commit comments

Comments
 (0)