diff --git a/README.md b/README.md index 4ca0f302a..27c20637a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A graphical user interface for [MinIO](https://github.com/minio/minio) -| Dashboard | Creating a bucket | -|-------------------------------|-------------------------------| -| ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) | +| Object Browser | Dashboard | Creating a bucket | +|------------------------------------|-------------------------------|-------------------------------| +| ![Object Browser](images/pic3.png) | ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) | **Table of Contents** @@ -117,7 +117,8 @@ mc admin policy set myminio consoleAdmin user=console ``` > NOTE: Additionally, you can create policies to limit the privileges for other `console` users, for example, if you -> want the user to only have access to dashboard, buckets, notifications and watch page, the policy should look like this: +> want the user to only have access to dashboard, buckets, notifications and watch page, the policy should look like +> this: ```json { diff --git a/images/pic1.png b/images/pic1.png index fb0db11e8..8ac2c8384 100644 Binary files a/images/pic1.png and b/images/pic1.png differ diff --git a/images/pic2.png b/images/pic2.png index aa121254f..5d3c4f6dd 100644 Binary files a/images/pic2.png and b/images/pic2.png differ diff --git a/images/pic3.png b/images/pic3.png new file mode 100644 index 000000000..8cd98c867 Binary files /dev/null and b/images/pic3.png differ