Skip to content

Commit

Permalink
Fix alert layout in formula catalog in the updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Jul 29, 2024
1 parent 07fee16 commit 8f1390c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/code/src/com/suse/manager/webui/utils/ViewHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public enum ViewHelper {
"/rhn/account/EditAddress.do",
"/rhn/multiorg/OrgConfigDetails.do",
"/rhn/manager/notification-messages",
"rhn/channels/software/Search.do"
"rhn/channels/software/Search.do",
"/rhn/manager/formula-catalog"
);

ViewHelper() { }
Expand Down
4 changes: 4 additions & 0 deletions web/html/src/branding/css/susemanager/components/alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
ul {
padding-left: 15px;
}

> p {
margin: 0;
}
}

.alert:after,
Expand Down
1 change: 1 addition & 0 deletions web/html/src/core/spa/view-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const BOOTSTRAP_READY_PAGES: string[] = [
"/rhn/multiorg/OrgConfigDetails.do",
"/rhn/manager/notification-messages",
"rhn/channels/software/Search.do",
"/rhn/manager/formula-catalog",
];

export const onEndNavigate = () => {
Expand Down
1 change: 1 addition & 0 deletions web/spacewalk-web.changes.eth.alert-margin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix alert layout in formula catalog

0 comments on commit 8f1390c

Please sign in to comment.