-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): add the time range filter in the audit logs search (#259)
- Loading branch information
1 parent
90244de
commit f80c49d
Showing
28 changed files
with
469 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
ui/web-v2/apps/admin/src/components/DateRangePopover/dateRangeStyles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
.rdrDefinedRangesWrapper { | ||
width: 140px !important; | ||
} | ||
.rdrStaticRanges button:last-child { | ||
border-bottom: none; | ||
} | ||
|
||
.rdrDateDisplayWrapper .rdrDateDisplay { | ||
margin: 0.5rem !important; | ||
} | ||
|
||
.rdrMonthAndYearWrapper { | ||
height: 35px !important; | ||
padding-top: 0px !important; | ||
} | ||
|
||
.rdrMonth { | ||
width: 22em !important; | ||
padding: 0 0.5rem 0 0.5rem !important; | ||
} | ||
|
||
.rdrMonthAndYearPickers select { | ||
font-size: 0.9rem; | ||
} |
Oops, something went wrong.