diff --git a/docs/assets/screenshots/stack/list/bulk-actions.png b/docs/assets/screenshots/stack/list/bulk-actions.png new file mode 100644 index 00000000..53968e07 Binary files /dev/null and b/docs/assets/screenshots/stack/list/bulk-actions.png differ diff --git a/docs/assets/screenshots/stack/list/column-options-highlight.png b/docs/assets/screenshots/stack/list/column-options-highlight.png new file mode 100644 index 00000000..596c16e7 Binary files /dev/null and b/docs/assets/screenshots/stack/list/column-options-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/customize-list-button.png b/docs/assets/screenshots/stack/list/customize-list-button.png new file mode 100644 index 00000000..8da227b9 Binary files /dev/null and b/docs/assets/screenshots/stack/list/customize-list-button.png differ diff --git a/docs/assets/screenshots/stack/list/customize-list-drawer.png b/docs/assets/screenshots/stack/list/customize-list-drawer.png new file mode 100644 index 00000000..c4d31d8e Binary files /dev/null and b/docs/assets/screenshots/stack/list/customize-list-drawer.png differ diff --git a/docs/assets/screenshots/stack/list/resize-column-highlight.png b/docs/assets/screenshots/stack/list/resize-column-highlight.png new file mode 100644 index 00000000..b5c0f4eb Binary files /dev/null and b/docs/assets/screenshots/stack/list/resize-column-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/saved-view-create-highlight.png b/docs/assets/screenshots/stack/list/saved-view-create-highlight.png new file mode 100644 index 00000000..59e416b9 Binary files /dev/null and b/docs/assets/screenshots/stack/list/saved-view-create-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/saved-view-default-highlight.png b/docs/assets/screenshots/stack/list/saved-view-default-highlight.png new file mode 100644 index 00000000..cb867f28 Binary files /dev/null and b/docs/assets/screenshots/stack/list/saved-view-default-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/saved-view-manage-highlight.png b/docs/assets/screenshots/stack/list/saved-view-manage-highlight.png new file mode 100644 index 00000000..92246e16 Binary files /dev/null and b/docs/assets/screenshots/stack/list/saved-view-manage-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/saved-view-reset-highlight.png b/docs/assets/screenshots/stack/list/saved-view-reset-highlight.png new file mode 100644 index 00000000..6137ebb1 Binary files /dev/null and b/docs/assets/screenshots/stack/list/saved-view-reset-highlight.png differ diff --git a/docs/assets/screenshots/stack/list/tab-filters-highlight.png b/docs/assets/screenshots/stack/list/tab-filters-highlight.png new file mode 100644 index 00000000..52cf57c2 Binary files /dev/null and b/docs/assets/screenshots/stack/list/tab-filters-highlight.png differ diff --git a/docs/concepts/stack/organizing-stacks.md b/docs/concepts/stack/organizing-stacks.md index 2a47a854..cd96f293 100644 --- a/docs/concepts/stack/organizing-stacks.md +++ b/docs/concepts/stack/organizing-stacks.md @@ -6,6 +6,22 @@ Depending on the complexity of your infrastructure, the size of your team, your
+## Customizing table view + +Base on table configuration you can achieve most suitable view for your needs. Drawer with settings for the list is available under icon in the top right corner: +![](<../../assets/screenshots/stack/list/customize-list-button.png>) + +After click you can see drag and drop list where you are able to hide some of columns (except of _name_) or change their order: +![](<../../assets/screenshots/stack/list/customize-list-drawer.png>) + +If you want to reset your settings you can use _Reset to default_ button located at the end of customize list drawer. + +Each of column can be resized draging column separator: +![](<../../assets/screenshots/stack/list/resize-column-highlight.png>) + +Additionaly you can hover on column header and for those which can be hidden you can use dropdown to hide them: +![](<../../assets/screenshots/stack/list/column-options-highlight.png>) + ## Query-based searching and filtering Historically the first tool we offered was the search bar: @@ -26,6 +42,16 @@ Filtering stacks by state is a very useful mechanism for identifying action item Note that if no stacks in the account have a particular status at the moment, that status is missing from the list. + +You can also use our predefined tabs to filter some specific group of states: +![](<../../assets/screenshots/stack/list/tab-filters-highlight.png>) + +- Needs Attention: _unconfirmed_ state +- Failed: _failed_ state +- On Hold: _none_, _confirmed_ or _replan-requested_ states +- In progress: _applying_, _destroying_, _initializing_, _planning_, _preparing-apply_ or _preparing-replan_ states +- Finished: _finished_ state + ## Label-based folders Probably the most useful way of grouping stacks is by attaching folder labels to them. You can read more about [labels](stack-settings.md#labels) here, including how to set them, and folder labels are just regular labels, prefixed with `folder:`. In order to make it more obvious in the GUI and save some screen real estate, we replace the `folder:` prefix by the folder icon... @@ -50,11 +76,11 @@ Also, a single stack can have any number of folder labels set, in which case it It is possible to save your filters with a Filters Tab. You can select all the filters that you would like to apply, add a search query or sorting in the top right corner, click New View, enter the view name, and click Save. This view is now saved for this account. You can also mark your new view as your default view during creation. Next time you log in or navigate to stacks, your personal default view will be applied. -![](../../assets/screenshots/saved-views-filters-tab.png) +![](../../assets/screenshots/stack/list/saved-view-create-highlight.png) If you forgot to mark your view as default then you can easily do the same thing in the Views Tab. -![](../../assets/screenshots/saved-views-default.png) +![](../../assets/screenshots/stack/list/saved-view-default-highlight.png) ### Shared views @@ -64,7 +90,7 @@ Views can be shared or private. While first creating the view, it is available o To quickly reset your default view to Spacelift default state, click the "Reset to Spacelift default view" button. It will result in clearing all sorting, search, and filter parameters, as well as managed filter settings. -![](../../assets/screenshots/saved-views-reset.png) +![](../../assets/screenshots/stack/list/saved-view-reset-highlight.png) ### Manage view @@ -72,4 +98,4 @@ To quickly reset your default view to Spacelift default state, click the "Reset - Edit name allows editing name of the current view - Delete allows removing your private view (Shared and Spacelift default views can not be removed). You can delete the view from the Views tab as well. -![](../../assets/screenshots/saved-views-manage.png) +![](../../assets/screenshots/stack/list/saved-view-manage-highlight.png) diff --git a/docs/product/bulk-actions.md b/docs/product/bulk-actions.md index ce5dbf30..b4f26043 100644 --- a/docs/product/bulk-actions.md +++ b/docs/product/bulk-actions.md @@ -49,7 +49,7 @@ Note: It is possible to stop the queued actions if you make a mistake by clickin ### Stacks list available actions -![](../assets/screenshots/bulk-actions/floating-bar.png) +![](../assets/screenshots/stack/list/bulk-actions.png) When you make a selection on the "Stacks" page you can choose the intended action from the following options: