Skip to content

Commit

Permalink
Added change log
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed Jun 13, 2024
1 parent 9711e9a commit 1430329
Show file tree
Hide file tree
Showing 5 changed files with 22 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/systems/details/formulas"
);

ViewHelper() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@
border-bottom: none;
}
}

> .panel-body .list-group {
border: 1px solid $eos-bc-gray-100;

.list-group-item:hover {
background-color: $eos-bc-gray-100;
text-decoration: none;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
border-bottom: none;
}
}

> .panel-body .list-group {
border: 1px solid $eos-bc-gray-100;

.list-group-item:hover {
background-color: $eos-bc-gray-50;
text-decoration: none;
}
}
}

.panel-footer {
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/systems/details/formulas",
];

export const onEndNavigate = () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed broken layout of system formulas configuration page

0 comments on commit 1430329

Please sign in to comment.