Skip to content

Commit

Permalink
Fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed May 23, 2024
1 parent 61362f8 commit efc47e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/code/src/com/suse/manager/webui/utils/ViewHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public enum ViewHelper {
"/rhn/manager/systems/list/all",
"/rhn/manager/contentmanagement/projects",
"/rhn/kickstart/cobbler/DefaultSnippetList.do",
"/rhn/systems/details/packages/PackageList.do?sid=1000010006&",
"/rhn/systems/details/packages/PackageList.do",
"/rhn/software/channels/All.do"
);

Expand Down
4 changes: 0 additions & 4 deletions web/html/src/branding/css/susemanager/components/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ button.is-plain {
}
}
}

.input-group-btn .btn {
padding: 10px 9px;
}
4 changes: 4 additions & 0 deletions web/html/src/branding/css/susemanager/components/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ select[size] {
margin: 0 !important;
}
}

.input-group {
align-items: center;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.panel {
border-radius: $border-radius;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
overflow: hidden;

&-default {
border: 1px solid $eos-bc-gray-100;
Expand Down
2 changes: 1 addition & 1 deletion web/html/src/core/spa/view-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const BOOTSTRAP_READY_PAGES: string[] = [
"/rhn/manager/systems/list/all",
"/rhn/manager/contentmanagement/projects",
"/rhn/kickstart/cobbler/DefaultSnippetList.do",
"/rhn/systems/details/packages/PackageList.do?sid=1000010006&",
"/rhn/systems/details/packages/PackageList.do",
"/rhn/software/channels/All.do",
];

Expand Down

0 comments on commit efc47e6

Please sign in to comment.