Skip to content

Commit

Permalink
page list changes in admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smaragdus committed Aug 25, 2023
1 parent 05f8c93 commit 18aa240
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions client-app/src/components/AdminLayout/.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,8 @@
content: url(./img/triggers.png);
}

.repositories_img {
content: url(./img/repositories.png);
}

.installed_ext_img {
content: url(./img/installed-ext.png);
.extensions_img {
content: url(./img/extensions.png);
}

.users_img {
Expand Down
10 changes: 3 additions & 7 deletions client-app/src/components/AdminLayout/AdminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,9 @@ const AdminLayout = () => {
<span className={cl.sep_theme_text + " " + cl.extension_sep_theme_line}>Extensions</span>
</div>
<div className={cl.pages + " " + cl.extension_pages}>
<div className={cl.page + " " + cl.repositories_page} title="Repositories">
<img className={cl.page_img + " " + cl.repositories_img} alt="repositories" />
<span className={`${cl.page_name} ${cl.repositories_name} ${isNavMenuOpened ? cl.page_name_visible : ''}`}>Repositories</span>
</div>
<div className={cl.page + " " + cl.installed_ext_page} title="Installed">
<img className={cl.page_img + " " + cl.installed_ext_img} alt="installed extensions" />
<span className={`${cl.page_name} ${cl.installed_ext_name} ${isNavMenuOpened ? cl.page_name_visible : ''}`}>Installed</span>
<div className={cl.page + " " + cl.extensions_page} title="Extensions">
<img className={cl.page_img + " " + cl.extensions_img} alt="extensions" />
<span className={`${cl.page_name} ${cl.extensions_name} ${isNavMenuOpened ? cl.page_name_visible : ''}`}>Extensions</span>
</div>
</div>
<div className={cl.theme_separate_line_cont + " " + cl.users_separate_line_cont}>
Expand Down
Binary file not shown.

0 comments on commit 18aa240

Please sign in to comment.