Skip to content

Commit

Permalink
Fixed table footer top border
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa authored and cbbayburt committed Jul 23, 2024
1 parent 99d5c0a commit f793195
Show file tree
Hide file tree
Showing 4 changed files with 5 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 @@ -82,7 +82,8 @@ public enum ViewHelper {
"/rhn/systems/details/kickstart/PowerManagement.do",
"/rhn/systems/ssm/provisioning/PowerManagementOperations.do",
"/rhn/channels/ChannelDetail.do",
"/rhn/software/packages/Details.do"
"/rhn/software/packages/Details.do",
"/rhn/manager/cm/imagestores"
);

ViewHelper() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.panel-footer {
padding: 10px 15px;
background: transparent !important;
border-top: 1px solid $eos-bc-gray-100;

&:empty {
display: none;
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 @@ -26,6 +26,7 @@ const BOOTSTRAP_READY_PAGES: string[] = [
"/rhn/systems/ssm/provisioning/PowerManagementOperations.do",
"/rhn/channels/ChannelDetail.do",
"/rhn/software/packages/Details.do",
"/rhn/manager/cm/imagestores",
];

export const onEndNavigate = () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed missing top border in table footer

0 comments on commit f793195

Please sign in to comment.