diff --git a/README.md b/README.md index 5eb4198..01c0bdd 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,17 @@ Automations are scripts that automate tasks or enrich artifacts. Automations are run in their own Docker containers. This enables them to be created in different scripting languages and run securely in their own environment. -### Users +### Dashboards
- Screenshot of the playbook part of a ticket + Screenshot of the dashboard editor
+Catalyst comes with a dashboard editor that allows you to create custom dashboards +for your organisation. Dashboards can be created with line, bar, and pie charts. + +### Users + Catalyst has two different types of users, normal users accessing the platform via OIDC authentication and API keys for external script. A fine-grained access model is available for both types and allows to define diff --git a/docs/screenshots/dashboard.png b/docs/screenshots/dashboard.png new file mode 100644 index 0000000..8c4629b Binary files /dev/null and b/docs/screenshots/dashboard.png differ diff --git a/docs/screenshots/user.png b/docs/screenshots/user.png deleted file mode 100644 index 63ee377..0000000 Binary files a/docs/screenshots/user.png and /dev/null differ