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 209cd01 commit 6ddac91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/code/src/com/suse/manager/webui/utils/ViewHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public enum ViewHelper {
"/rhn/kickstart/KickstartIpRanges.do",
"/rhn/channels/manage/repos/RepoCreate.do",
"/rhn/systems/details/Overview"
"/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 @@ -52,6 +52,7 @@ const BOOTSTRAP_READY_PAGES: PathString[] = [
"/rhn/kickstart/KickstartIpRanges.do",
"/rhn/channels/manage/repos/RepoCreate.do",
"/rhn/systems/details/Overview",
"/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 6ddac91

Please sign in to comment.