core: make user settings use vertical tabs
This commit is contained in:
		@ -61,7 +61,8 @@ class PaginationInspector(PaginatorInspector):
 | 
			
		||||
        """
 | 
			
		||||
        Get the pagination parameters for a single paginator **instance**.
 | 
			
		||||
 | 
			
		||||
        Should return :data:`.NotHandled` if this inspector does not know how to handle the given `paginator`.
 | 
			
		||||
        Should return :data:`.NotHandled` if this inspector
 | 
			
		||||
        does not know how to handle the given `paginator`.
 | 
			
		||||
 | 
			
		||||
        :param BasePagination paginator: the paginator
 | 
			
		||||
        :rtype: list[openapi.Parameter]
 | 
			
		||||
 | 
			
		||||
@ -13,7 +13,7 @@
 | 
			
		||||
                <p>{% trans "Configure settings relevant to your user profile." %}</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
        <ak-tabs>
 | 
			
		||||
        <ak-tabs vertical="true">
 | 
			
		||||
            <section slot="page-1" data-tab-title="{% trans 'User details' %}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
                <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                    <div class="pf-u-w-75">
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user