Set the default view displayed after login

Each time you log in to the application, the default first view displayed is the Home view. But you can select the default view to display when you connect. The cloud administrator can set the default view for all users and users can set a specific view at login.


Configure the default view in Configuration view

You can configure the default view in Configuration view.

By default, the Home view will be selected.

To modify this property

  1. Go to Configuration view → General

  2. Click Edit 

  3. Select the required view for the Default index view after login property 

  4. Click Save

A system property defines the default view displayed for all users, so you can also set this property using the API.

 


Use the URL to pass the default index view

The user can also set the default view to display after login by adding the UI view to the base URL.

This method to set the defaultIndexView has priority over the previous generic method.

The base URL is as follows

# Abiquo client UI https://abiquo.example.com/ui/#/

After this you can add the Abiquo UI view name.

View name

Corresponding View

View name

Corresponding View

dashboard

Home

infrastructure

Infrastructure

virtualdatacenters

myCloud virtual datacenters

library

Catalogue

enterprises

Users

pricing

Pricing

events

Events

configuration

Configuration

 

Home view default

If the parameter is not a valid value from the above table, the platform will display the Home view.

 


Access privileges

If the user doesn't have the privilege to display the selected view, the default view will be the Home view.
For example, the default USER role doesn't have access to Infrastructure view. So if a user with the USER role logs in to the Abiquo UI and tries to access the Infrastructure view (by any method), then the Home view will display.

 

Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved