Skip to content

Commit

Permalink
Fixed find target button bug (#9180)
Browse files Browse the repository at this point in the history
* Fixed find target button bug
* Fix the missing background color for Badge component.
* Added varibale for badge bg color
  • Loading branch information
bisht-richa authored Sep 6, 2024
1 parent eefc88d commit 9f7a168
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/html/src/branding/css/base/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,8 @@ tr.changed > td {

.badge {
font-size: 12px;
border-radius: 10px;
background: $badge-bg;
}

// We can reenable these after the theme migration is complete
Expand Down
1 change: 1 addition & 0 deletions web/html/src/manager/salt/cmd/remote-commands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class RemoteCommand extends React.Component<RemoteCommandProps, RemoteCommandSta
errors: [],
warnings: [],
previewed: deferred,
executing: jQuery.Deferred(),
result: {
minions: new Map(),
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix Find targets button behavior for the feature salt > remote commands page
- Fix the missing background color for the pending status badge and show/hide the response Badge component.

0 comments on commit 9f7a168

Please sign in to comment.