UX: Remove duplicated view title under Settings section
Under Setttings -> User Settings OR -> Change Password There are two title elements with the same content and shown in the same area, remove one for better ux. Change-Id: I863363d8fc79f5144d8ead750ba48878a7fa251b Closes-bug: #1583319
This commit is contained in:
parent
6ce72b59db
commit
b8624947f2
@ -24,7 +24,6 @@ from openstack_dashboard.dashboards.settings.password \
|
||||
class PasswordView(forms.ModalFormView):
|
||||
form_class = pass_forms.PasswordForm
|
||||
form_id = "change_password_modal"
|
||||
modal_header = _("Change Password")
|
||||
modal_id = "change_password_modal"
|
||||
page_title = _("Change Password")
|
||||
submit_label = _("Change")
|
||||
|
@ -24,7 +24,6 @@ from openstack_dashboard.dashboards.settings.user import forms as user_forms
|
||||
class UserSettingsView(forms.ModalFormView):
|
||||
form_class = user_forms.UserSettingsForm
|
||||
form_id = "user_settings_modal"
|
||||
modal_header = _("User Settings")
|
||||
modal_id = "user_settings_modal"
|
||||
page_title = _("User Settings")
|
||||
submit_label = _("Save")
|
||||
|
Loading…
Reference in New Issue
Block a user