Skip to content

Merge main into staging #623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ website:
- guide/model-inventory/register-models-in-inventory.qmd
- guide/model-inventory/customize-model-inventory-layout.qmd
- guide/model-inventory/edit-model-inventory-fields.qmd
- guide/model-inventory/customize-model-overview-page.qmd
- file: guide/model-inventory/managing-model-inventory.qmd
contents:
- guide/model-inventory/configure-model-interdependencies.qmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Deletion of saved views is permanent.

## What's next

- [Register models in the inventory](register-models-in-inventory.qmd)
- [Manage model inventory fields](manage-model-inventory-fields.qmd)
- [Customize model overview page](customize-model-overview-page.qmd)


<!-- FOOTNOTES -->
Expand Down
57 changes: 57 additions & 0 deletions site/guide/model-inventory/customize-model-overview-page.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: "Customize model overview page"
date: last-modified
---

Configure what and how model inventory fields appear when you pull up a model's details in the inventory.

:::{.callout title="Changes are automatically saved to your account and do not affect other users."}
Customizations will apply to all models in your inventory.

:::

::: {.attn}

## Prerequisites

- [x] {{< var link.login >}}
- [x] There are models registered in the model inventory.[^1]

:::

## Show or hide fields

::: {.callout title="Only custom inventory fields can be shown or hidden."}
Default fields will always appear on your model overview pages and are represented by by faded cells. Their positions cannot be adjusted.
:::

1. In the left sidebar, click **{{< fa cubes >}} Inventory**.

2. Select a model or find your model by applying a filter or searching for it.[^2]

3. Click on **{{< fa table-cells-large >}} Customize Layout**.

4. On the Customize Section Layout modal that appears, configure the model inventory fields[^3] that will appear:

- Toggle optional model inventory fields on or off to show or hide them from view.
- Click and hold a field to drag-and-drop to rearrange the order of fields. Fields can be moved from the Side Column to the Main Column and vice versa.[^4]

To narrow down your list of fields, search via the **{{< fa filter >}} Filter** bar.

5. Click **Save Layout** to apply your changes to all model overview pages.

## What's next

- [Edit model inventory fields](edit-model-inventory-fields.qmd)
- [Manage model inventory fields](manage-model-inventory-fields.qmd)


<!-- FOOTNOTES -->

[^1]: [Register models in the inventory](register-models-in-inventory.qmd)

[^2]: [Working with the model inventory](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models)

[^3]: [Manage model inventory fields](manage-model-inventory-fields.qmd#inventory-field-types)

[^4]: `Attachments` or `Long Text` type fields can only be placed in the Main Column.
2 changes: 1 addition & 1 deletion site/guide/model-inventory/edit-model-inventory-fields.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ To work with attachments on models, first add an attachment inventory field.[^4]

## What's next

- [Register models in the inventory](register-models-in-inventory.qmd)
- [Manage model inventory fields](manage-model-inventory-fields.qmd)
- [Customize model overview page](customize-model-overview-page.qmd)


<!-- FOOTNOTES -->
Expand Down
4 changes: 2 additions & 2 deletions site/guide/model-inventory/register-models-in-inventory.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ If additional fields are required on model registration for your organization:

## What's next

* [Edit model inventory fields](edit-model-inventory-fields.qmd)
* [Generate documentation for your model](/get-started/platform/generate-documentation-for-your-model.qmd)
- [Edit model inventory fields](edit-model-inventory-fields.qmd)
- [Generate documentation for your model](/get-started/platform/generate-documentation-for-your-model.qmd)


<!-- FOOTNOTES -->
Expand Down
2 changes: 2 additions & 0 deletions site/guide/model-inventory/working-with-model-inventory.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ listing:
- id: whats-next-listing
type: grid
max-description-length: 250
grid-columns: 2
sort: false
fields: [title, description]
contents:
- register-models-in-inventory.qmd
- customize-model-inventory-layout.qmd
- edit-model-inventory-fields.qmd
- customize-model-overview-page.qmd
aliases:
- ../working-with-model-inventory.html
---
Expand Down