Skip to content

Commit

Permalink
Remove comma as it would be added to the image name (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 authored Mar 1, 2024
1 parent a4a5054 commit 3db9ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/extend-admin-console-spi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Then copy the generated `extend-admin-ui.jar` into your <keycloak-server>/provid
### Screenshots

To illustrate how `getPath` method is used, check the `ThemeUiTab` class in this quickstart. The ThemeUi page can now be found when you navigate to _Realm settings_.
![attribute ream tab](images/img.png, "Realm attributes tab")
![attribute ream tab](images/img.png "Realm attributes tab")

The `AdminUiPage` class illustrates how to introduce a new section into the main menu in admin console. It adds a Todo section as the last item in the side menu:
![todo section](images/img_1.png, "Todo section")
![todo section](images/img_1.png "Todo section")

After you created an item you can view the details by clicking on it in the list:
![todo detail screen](images/img_2.png, "Todo item details")
![todo detail screen](images/img_2.png "Todo item details")

### Integration test of the Quickstart
Make sure you have a Keycloak server running with an admin user in the master realm and copy the generated jar file into the providers folder.
Expand Down

0 comments on commit 3db9ea2

Please sign in to comment.