Skip to content

Cards in Screens

In an Application, a card is able to be added to a new screen directly. This enables the step of creating a Dashboard to be skipped, however, multiple widgets cannot be added onto the screen using this method.

Follow the below steps to add a card to a screen.

  1. Navigate to the desired application in the backend.

  2. In the "Screens" tab, click "New Screen" on the top right. cards-in-screens-demo-1

  3. Name the screen accordingly. This name automatically fills out the route, but the route can be edited separately after.

  4. In the "Page" section, select the desired card from the dropdown. This card will make up the content (body) of the page.

    TIP

    Cards in this dropdown will be prefixed with Card -

    cards-in-screens-demo-2

  5. Headers and footers can be added as desired.

  6. Click the blue "Okay" to publish the new screen.

    INFO

    Ensure you add the new screen to the application's menu if needed.

INFO

If the application has screen security, the screen will not be visible on the frontend unless you add the screen to an access tag. Ensure you have this access tag if you wish the view the new card screen.*