RachelElysia
46a38daf3b
Fleet UI: Various dropdown fixes ( #8645 )
2022-11-10 11:55:43 -05:00
Luke Heath
d5144403e5
Fix query editor deleting wrong word ( #8651 )
2022-11-10 10:15:35 -06:00
Gabriel Hernandez
443153a5d5
UI polish and style fixes for query pages ( #8643 )
...
* polish manage query page styles
* fix pencil icon spacing on query and policy edit form
* increase gutter style for edtior
* truncate long table names in table dropdown on query sidebar
* add change file
2022-11-10 11:00:06 +00:00
Luke Heath
9d8a8ca07e
Adjust add hosts text area height to fit content ( #8642 )
2022-11-09 15:27:32 -06:00
RachelElysia
d6b3250d05
Fleet UI: Back link compatible with Firefox ( #8631 )
2022-11-09 10:22:40 -05:00
Luke Heath
5493417fee
Ensure invite form always returns a base error ( #8615 )
2022-11-08 15:34:18 -06:00
RachelElysia
a7ca66576b
Fleet UI: Update error copy for opening add host modal without an enroll secret ( #8586 )
2022-11-08 10:06:58 -05:00
RachelElysia
92fbc810b3
Fleet UI: Enroll secret hover bug ( #8592 )
2022-11-07 12:48:43 -05:00
RachelElysia
45a4dffa04
Frontend: Code cleanup ( #8583 )
2022-11-07 12:18:06 -05:00
Gabriel Hernandez
e71307e11a
add passed policies column to inherited policies table. Add new colors and add to icons. ( #8524 )
...
* Merge branch 'main' of https://github.com/fleetdm/fleet into chore/testing-docs-on-contribution
add passing columns to inherited policies table
* add updated colors and applied them to icons
* change policy tables to use buildQueryString
2022-11-07 17:13:11 +00:00
RachelElysia
8ef9f805f5
Fleet UI: Unreleased styling bugs (Enroll secret width, Label dropdown icon) ( #8565 )
2022-11-04 09:22:30 -04:00
RachelElysia
caf3a6e5ef
Fleet UI: Live query icons bugs ( #8568 )
2022-11-04 09:14:18 -04:00
RachelElysia
3b668131a1
Frontend: New ViewAllHostsLink component ( #8422 )
2022-11-02 14:18:08 -04:00
RachelElysia
373378cdd6
Fleet UI: Dropdown and dashboard styling fixes ( #8448 )
2022-11-01 16:09:57 -04:00
RachelElysia
797ea6c707
Fleet UI: Host/Software pages styling fixes ( #8474 )
2022-11-01 15:59:26 -04:00
RachelElysia
1aaee2b5de
Non-released bug: Fix dropdown by fixing icon styling ( #8522 )
2022-11-01 12:51:05 -04:00
Gabriel Hernandez
97415f0091
UI Polish for Login and forgot password pages. ( #8494 )
...
* fix margin on login form controlls
* fix margin and type on forgot password page
2022-11-01 11:39:02 +00:00
RachelElysia
82ff4ab6e3
Frontend: New CustomLink component ( #8375 )
2022-10-27 14:06:57 -04:00
RachelElysia
ef1be16a68
Fleet UI: Fix label dropdown height, indicator color (unreleased bug) ( #8466 )
2022-10-27 14:06:33 -04:00
RachelElysia
c964ba4d90
Frontend: New BackLink component ( #8352 )
2022-10-27 09:34:45 -04:00
RachelElysia
1aaf2d0b06
Fleet UI: Update styling of tooltips and modals ( #8436 )
2022-10-26 09:10:20 -04:00
RachelElysia
97b4d1f3fb
Fleet UI: Option to show public IP address in hosts table ( #8425 )
2022-10-25 11:56:09 -04:00
Luke Heath
428b3958ae
Fix one pixel offset on dropdown menu ( #8374 )
2022-10-20 16:34:32 -05:00
RachelElysia
0faa546f17
Fleet UI: Consistency between global and team agent options forms ( #8334 )
2022-10-20 13:39:47 -04:00
Luke Heath
ed174c4847
Remove border around actions button ( #8363 )
2022-10-20 12:29:32 -05:00
Gabriel Hernandez
55bf0cea6a
change label filter dropdown icon match status dropdown and extend icon component ( #8337 )
2022-10-19 17:44:27 -05:00
Luke Heath
bc32662a3e
Use new display name property in live query results ( #8268 )
2022-10-19 17:24:42 -05:00
gillespi314
9f20f01e37
Check team config for software UI ( #8338 )
2022-10-19 14:00:39 -05:00
Luke Heath
6d4c885f22
Fix select dropdown highlighting on Firefox ( #8264 )
2022-10-19 17:57:06 +00:00
RachelElysia
5de3e571ae
Fleet UI: Truncated cells have responsive size tooltips, hides default browser tooltip ( #8300 )
2022-10-19 11:32:55 -04:00
Gabriel Hernandez
9799109489
change type on add host modal ( #8293 )
2022-10-18 17:53:43 +01:00
Gabriel Hernandez
da04e04f88
fixes for new query side panel ( #8288 )
2022-10-18 17:52:20 +01:00
RachelElysia
c04ebbc490
Fleet UI: Missing host and low disk space filters on dashboard and manage host page ( #7728 )
2022-10-14 15:21:30 -05:00
RachelElysia
3eaceec64d
Fleet UI: App-wide use of host's display_name ( #8169 )
2022-10-14 14:26:15 -05:00
Gabriel Hernandez
a950e9d095
Feat/update query doc sidepanel ( #8214 )
...
* create new components for query side panel
* add reusable icon component that uses svg for icons
* integrate with new osquery_fleet_schema.json data
* update UI to work with osquery_fleet_schema.json
* add remark-gfm to safely support direct urls in markdown
* move fleet ace into markdown component so we can render code with ace editor
* add testing for new query sidebar
* remove incomplete tests for query sidepanel
2022-10-14 17:45:57 +01:00
RachelElysia
5084ea2783
Fleet UI: Select all fix on table checkboxes ( #8198 )
2022-10-13 09:29:30 -04:00
RachelElysia
564a25883f
Fleet UI: Fix padding between multiple enroll secrets ( #8193 )
2022-10-13 09:28:59 -04:00
Gabriel Hernandez
bc194d18c7
Feat/update live query states ( #8122 )
...
* add awaitng results state to live query search
* make spinner more reusable and add it to query page awaiting results
* create common QueryResultsHeader component to use on query policy flows
2022-10-10 15:39:49 +01:00
Gabriel Hernandez
f7a7b6b333
add reusable icon component that uses svg for icons ( #8086 )
2022-10-06 12:52:30 +01:00
Luke Heath
753483ffd6
Add consistent input hover ( #7677 )
2022-10-05 09:43:54 -05:00
RachelElysia
ee2f28e890
Fleet UI: Rename to machine serial and private IP address ( #8074 )
2022-10-04 13:35:32 -04:00
RachelElysia
69ee2bd4c1
Fleet UI: Update create team name suggestions ( #8073 )
2022-10-04 13:35:15 -04:00
RachelElysia
01654925c7
Fleet UI: Add optional tooltip delay used on compatibility tooltip ( #8065 )
2022-10-04 10:03:51 -04:00
Luke Heath
cc5783581b
Change display type for label checkboxes ( #8048 )
2022-09-30 14:53:33 -05:00
Luke Heath
ded2fb0149
Standardize back link implementation ( #8039 )
2022-09-30 12:50:04 -05:00
RachelElysia
b4a00e1f28
Fleet UI: Fix back to packs chevron ( #8019 )
2022-09-29 09:13:26 -04:00
Luke Heath
51aaa7755a
Fix tooltip jank and hosts text on query target selection ( #7909 )
2022-09-23 18:28:43 -04:00
RachelElysia
b23374ad16
Fleet UI: Placeholder text vertical padding ( #7828 )
2022-09-23 10:44:14 -04:00
RachelElysia
2668182bda
Fleet UI: Hitting enter saves new pack and saves editing a pack ( #7789 )
2022-09-21 13:06:29 -04:00
RachelElysia
299a4e54fc
Fleet UI: Dashboard summary tiles clickable with new component ( #7826 )
2022-09-19 16:47:43 -04:00
RachelElysia
f98e9885ef
Fix side panel scroll issue ( #7829 )
2022-09-19 15:30:03 -04:00
Luke Heath
65840ecf82
Fix pack dropdown function call, lock npm dependencies ( #7781 )
2022-09-15 11:46:48 -05:00
RachelElysia
b32f2b04aa
Fleet UI: Fix styling on query modal buttons ( #7756 )
2022-09-14 11:38:25 -05:00
RachelElysia
fa52b7b107
Frontend Tech Debt: Remove unused schedule query side panel ( #7668 )
2022-09-13 12:37:47 -04:00
Gabriel Hernandez
eb06ef8049
simplify TeamsDropdown component and update ManageHostPage to keep po… ( #7606 )
...
* simplify TeamsDropdown component and update ManageHostPage to keep policy filter across team change
* fix TeamDropdown for users not on global team
2022-09-12 16:18:12 +01:00
Gabriel Hernandez
f1995bf79e
Fleet UI update to testing tooling user-event library ( #7514 )
...
* adding FE testing documentation
* extend radio button tests
* update test to work with new user-events lib version
* more testing docs
2022-09-12 16:10:10 +01:00
RachelElysia
a88984730f
Frontend Tech Debt: Refactor enroll secrets components into own subdirectory ( #7667 )
2022-09-12 09:23:13 -04:00
Luke Heath
fdf9df84aa
Fix Fleet CLI links ( #7620 )
2022-09-08 10:27:26 -05:00
Gabriel Hernandez
2380b4f313
fix vertical align of manage enroll icons ( #7638 )
2022-09-08 14:44:04 +01:00
RachelElysia
af1a8fc219
Fleet UI: Truncated cell truncates when changing screen width ( #7613 )
2022-09-07 15:12:37 -04:00
Luke Heath
c940aff65d
Fix failing policy count not appearing on host pages ( #7460 )
2022-09-07 16:58:53 +00:00
RachelElysia
f9737cdb48
Fleet UI: macOS dashboard Munki issues ( #7096 )
2022-09-02 17:05:07 -05:00
RachelElysia
55b844715d
UI: Consistent code for anchor elements, specifically external links ( #6542 )
2022-09-02 15:28:42 -04:00
RachelElysia
9f0f1fbe29
Fleet UI Bug: Fix double scroll bar from tooltip rendering off page ( #7567 )
2022-09-02 15:27:03 -04:00
RachelElysia
93e684d524
Frontend: Cleanup implied types, unused imports and variables ( #7439 )
2022-09-01 11:28:02 -04:00
Gabriel Hernandez
8c017c3ef0
add error message when setup fails on registration page ( #7395 )
...
* add error message when setup fails on registration page
* add test for error
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-08-31 17:17:27 +01:00
RachelElysia
e64dd73b54
Fleet UI: Button loading spinners ( #7124 )
...
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-08-29 08:21:37 -07:00
RachelElysia
0fff51ed96
Fleet UI: Fix updating filters resetting to page 1 ( #7348 )
...
Co-authored-by: Sarah Gillespie <sarahgillespi314@gmail.com>
2022-08-25 14:18:13 -07:00
Luke Heath
f08cf6c11c
Remove FreeBSD references from website, UI, and query library ( #7279 )
2022-08-24 16:03:35 -05:00
Gabriel Hernandez
9f9cb597fa
remove unused code and change copy ( #7376 )
2022-08-24 15:45:32 +01:00
Gabriel Hernandez
041920bcaf
Implement dropdown for label filters on manage hosts page ( #7300 )
...
* add label filter dropdown to the manage host page table
* increase label filter select width
* improve responsive styling for manage host page
2022-08-24 13:38:43 +01:00
RachelElysia
8d6d7fea16
Fleet UI: Add back to packs links ( #7350 )
2022-08-23 08:28:48 -07:00
RachelElysia
5aa265bc30
Fleet UI: Fix Safari button focus state
2022-08-22 09:10:18 -07:00
RachelElysia
5ee763457f
Fleet UI: Remove "Toggle SortBy" tooltip ( #7240 )
2022-08-18 08:51:31 -05:00
Zach Wasserman
e299cc41f1
Fix typo in download installer modal ( #7195 )
2022-08-16 12:03:22 -07:00
Roberto Dip
b365016f67
use _self instead of iframe to download installers ( #7234 )
...
This updates the modal to download installers with an idea from @gillespi314 to simplify the process and ensure the interaction doesn't get blocked as a pop-up
2022-08-16 18:42:19 +00:00
Roberto Dip
8acf14ab43
adjust installers endpoint to avoid AJAX downloads ( #7226 )
...
Related to #7206 , this delegates the handling of the download to the browser
2022-08-16 12:54:41 -03:00
RachelElysia
18852aae66
Fleet UI: macOS dashboard MDM solutions ( #7014 )
...
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
2022-08-15 17:47:07 -05:00
RachelElysia
9c7d2cfa60
Fleet UI: Set default pagination length to 20 ( #7165 )
2022-08-15 13:00:06 -04:00
Gabriel Hernandez
a0ae8eb77c
normalise styling on setting pages for sandbox mode messaging and integrations ( #7114 )
2022-08-09 10:45:42 -05:00
Gabriel Hernandez
01d5d14f82
Fix navigation to teams settings sandbox ( #7094 )
2022-08-08 13:39:08 -05:00
Gabriel Hernandez
4cd4a7759b
fix for expiry message message ( #7093 )
...
this fixes the expiry message label and also makes the whole message a link
2022-08-08 15:17:52 +01:00
RachelElysia
4b2a8db537
Fleet UI: Fix localized tooltip alignment ( #7072 )
2022-08-08 08:52:01 -04:00
Gabriel Hernandez
aa60f3a54f
cleanup of manage host page utilities ( #7055 )
...
* colocate LabelForm with ManageHostPage
* add url utility to create query string from params object
2022-08-05 09:27:10 -04:00
RachelElysia
4ae4eabf31
e2e Testing: Test software UI and zendesk integrations ( #6443 )
2022-08-05 09:21:02 -04:00
RachelElysia
931564f2d3
Frontend / UI: Update naming UI button, frontend table components ( #7056 )
2022-08-04 12:56:30 -04:00
RachelElysia
7a035c42c6
Fleet UI: Hitting enter global modal parameter, rename modals to match UI ( #6939 )
2022-08-04 11:05:11 -04:00
Martin Angers
012869f971
Fleet Premium: de-anonymize usage stats ( #7013 )
2022-08-03 14:44:34 -04:00
RachelElysia
4631e4eeaa
Fleet UI: Sentence casing, typo ( #6942 )
2022-07-28 14:54:01 -04:00
RachelElysia
f78fa3c42a
Fix firefox/safari > input alignment ( #6925 )
2022-07-27 17:22:35 -04:00
Gabriel Hernandez
d88c4e3066
fix fleet setup styles ( #6909 )
2022-07-27 14:43:13 +01:00
RachelElysia
45b8ba2675
Fleet UI: Align dropdown cursors, buttons ( #6886 )
2022-07-27 08:51:45 -04:00
RachelElysia
8792acb1ec
Readable copy message, fix modal cta button alignment ( #6877 )
2022-07-27 08:21:16 -04:00
RachelElysia
96925f9cf1
Fleet UI: Fix jumpy action dropdown ( #6891 )
2022-07-27 08:19:05 -04:00
RachelElysia
fbbe4bb1e6
Fleet UI: Align checkboxes ( #6873 )
2022-07-26 08:15:57 -04:00
Gabriel Hernandez
7a1317432b
Add expiry time warning in sandbox mode ( #6830 )
...
* create a MainContent and SidePanelContent containers for layout
this creates these two new components for handling layout more cleanly. It also allows us to put in common components into main layout, like sandbox expiration notification
* use MainContent and SidePanelContent in current pages
this brings in the two new components and wraps the page contents in these. This also allowed us to clean up and remove unused/no needed styling code
* add MainContent component to user settings page and clean up user settings component
this cleans up the user settings page to follow the panel convention we have as well as adds the MainContent component to this page
* add MainContent component to team pages
* update Sandbox gate to render optional component when in sandbox mode and add to MainContent
* add call to sandbox api to get expiry time
this adds a conditional call when the user is in sandbox mode to get the expiry time of the instance
* fix sticky elements on settings pages to work with sandbox expiry message
* fix e2e test after MainContent refactor
2022-07-26 13:05:57 +01:00
RachelElysia
fb76123b16
Fleet Desktop UI: Add device user error for invalid token ( #6850 )
2022-07-26 06:36:33 -04:00
RachelElysia
8d3de2a70a
Data table UI: Fix several ellipses to appear at end of cell only ( #6829 )
2022-07-25 16:26:52 -04:00
RachelElysia
f00647379e
UI: Fix disabled cursor with/without tooltip ( #6846 )
2022-07-25 16:22:00 -04:00
gillespi314
406004894a
Update placeholder text for select targets search box ( #6826 )
2022-07-22 11:13:37 -05:00
RachelElysia
0afa3e4b54
Host UI: Refactored disk space bar graph to a global component ( #6741 )
2022-07-20 12:39:19 -04:00
gillespi314
4792d7a759
Add UI for Fleet Sandbox to download prepackaged installers ( #6721 )
2022-07-19 14:28:06 -05:00
Gabriel Hernandez
f4b20b6ae5
Add SandboxGate to fleet UI that gates functionality when in sandbox mode ( #6738 )
2022-07-19 19:55:47 +01:00
RachelElysia
733abe1aa7
Manage Host Page: Render host disk space ( #6593 )
2022-07-18 16:37:38 -04:00
RachelElysia
b058365c4e
UI: Spiffier tooltip ( #6642 )
2022-07-15 15:10:35 -04:00
RachelElysia
6b4af5b70b
Pack UI: Do not abbreviate packs frequency units ( #6665 )
2022-07-15 15:08:20 -04:00
RachelElysia
fb32520866
Live query UI: Fix export bug ( #6659 )
2022-07-14 12:21:26 -04:00
RachelElysia
9ce5ef2f59
Host Details Page UI: Granulated disk space levels ( #6586 )
2022-07-14 10:21:36 -04:00
Kelvin Oghenerhoro Omereshone
2514b610b4
Use v1 for osquery endpoints ( #6137 )
...
- Update docs to use `v1` in the osquery endpoints. Ex: /api/v1/osquery/config.
- Update the Fleet UI's (Hosts > Add hosts > Advanced) flagfile.txt to use `v1` in the osquery endpoints.
2022-07-13 14:34:44 -04:00
Luke Heath
1c6c379f4d
Improve loading states ( #6471 )
2022-07-05 12:10:53 -07:00
RachelElysia
7ad989d7c0
Dashboard UI: Update error states ( #6382 )
2022-07-01 10:21:25 -04:00
RachelElysia
be2c65ebe1
Login UI: Center vertical alignment, align with forgot password box ( #6397 )
2022-06-30 10:44:05 -04:00
RachelElysia
9367464d20
Fleet Desktop Device User Page: Remove unnecessary API call ( #6427 )
2022-06-30 10:42:41 -04:00
RachelElysia
9bfb43b2cf
Fix alignment for dropdown's placeholder and search text ( #6395 )
2022-06-29 09:49:27 -04:00
gillespi314
b6a816fe52
Remove last
keyword from UI SQL parser config ( #6362 )
2022-06-24 10:19:06 -05:00
Luke Heath
e16010f1f9
Improve SSO error messaging ( #6339 )
2022-06-23 10:32:20 -07:00
Luke Heath
546ef0746a
Fix actions popup alignment on user management page ( #6246 )
2022-06-16 08:29:27 -07:00
Luke Heath
1f3001b97e
Update API token modal to use new clipboard icon ( #6234 )
2022-06-15 12:30:36 -07:00
gillespi314
1258048000
Relocate sort click handler if column filter ( #6225 )
2022-06-14 17:57:43 -05:00
gillespi314
7621a0b290
Show count of visible results after a column is filtered on live query page ( #6199 )
2022-06-13 18:20:57 -05:00
Luke Heath
7822666603
Improve password recovery flow ( #6185 )
2022-06-13 07:51:37 -07:00
gillespi314
44f902218c
Improve live query UX ( #5749 )
2022-06-10 13:29:45 -05:00
gillespi314
db7424282b
Add software details page ( #6089 )
2022-06-08 14:01:38 -05:00
Luke Heath
9651539f75
Update API token modal to include more information ( #5994 )
2022-06-02 18:03:03 -05:00
Luke Heath
0530a86b7c
Fix device page redirect on expired token ( #5976 )
2022-06-02 17:56:26 -05:00
gillespi314
5d68a1fead
Add probability of exploit (EPSS score) to Software page in Fleet Premium ( #5925 )
2022-06-02 17:32:13 -05:00
Luke Heath
258eb278fd
Fix API endpoints in generated flagfile ( #5941 )
2022-05-27 11:19:40 -05:00
Noah Talerman
6d4e64c3a6
Add "Include Fleet Desktop" option to "Add hosts" modal ( #5866 )
...
- In the Fleet UI, expose option to generate an osquery installer that includes Fleet Desktop
2022-05-24 09:24:43 -04:00
gillespi314
2db2c16511
Include MIA hosts under total count for Offline hosts ( #5854 )
2022-05-23 14:11:02 -05:00
gillespi314
4a4e832d3a
Increase minimum password length to 12 characters ( #5712 )
2022-05-18 12:03:00 -05:00
Luke Heath
c52604cfb7
Add policies to my device page ( #5787 )
2022-05-18 10:27:03 -05:00
Luke Heath
9b857d0233
Set selection header width on tables, fix queries icon ( #5703 )
2022-05-12 09:23:06 -05:00
RachelElysia
e3c0e2d3b5
Fix password reset redux auth token issue ( #5630 )
...
Co-authored by: Sarah Gillespie <sarahgillespi314@gmail.com>
2022-05-09 10:16:35 -05:00
RachelElysia
af264acdbe
Manage Queries Page error: Fix icon size ( #5591 )
2022-05-06 08:36:33 -04:00
RachelElysia
b85105113f
UI bug fix: Mac details > Software tooltip shows correctly on hover ( #5597 )
2022-05-05 16:47:09 -04:00
RachelElysia
6b34f32e88
Frontend Tech Debt: All data/page errors use same component ( #5455 )
2022-05-03 16:57:08 -04:00
Luke Heath
2651343be4
Refresh user and config on every route change ( #5425 )
...
* Refresh user and config on every route change
* Fix build error
* Remove stray log
2022-04-29 08:22:02 -07:00
Martavis Parker
0cb8326423
Fixed style for action buttons in all modals ( #5402 )
...
* fixed style for action buttons in all modals
* fixed tests and modified more components
* fixed class reference in test
* removed unused file
2022-04-27 13:40:28 -07:00
RachelElysia
affdb42e31
UI Spiffier: Fix checkbox alignment ( #5407 )
2022-04-27 12:05:08 -04:00
Martavis Parker
32e365c7e9
removed unnecessary check for enter key ( #5403 )
2022-04-27 10:37:47 -05:00
Tharun Rajendran
bd18bf3c7d
chore(test): rewritten scheduled query section test using rtl ( #5358 )
2022-04-25 15:36:42 -05:00
Martavis Parker
384c987389
Removed all traces of Redux from the app! ( #5287 )
...
* clean up routes and useless components
* component clean up
* removed redux from routes
* rename file
* moved useDeepEffect hook with others
* removed redux, fleet, app_constants dirs; added types to utilities
* style cleanup
* typo fix
* removed unused ts-ignore comments
* removed redux packages!!!
* formatting
* fixed typing for simple search function
* updated frontend readme
2022-04-22 09:45:35 -07:00
Martavis Parker
0d30854121
Unified text for private IP address ( #5301 )
...
* unified text for private ip address
* updated capitalization
2022-04-22 00:28:11 -07:00
Tharun Rajendran
e0fc5dcd76
chore(test): rewritten query side panel test using rtl ( #5189 )
2022-04-21 17:26:19 -05:00
RachelElysia
5d1d963e5c
App Settings Page: All pages rendering as separate components on separate tabs ( #5199 )
2022-04-21 14:12:42 -04:00
Martavis Parker
6a5f7172ef
Fixed error handling for invalid auth token ( #5261 )
...
* fixed error handling for invalid auth token
* lint fixes
2022-04-20 12:51:01 -07:00
Martavis Parker
0cc02b5fe3
replaced old api calls with new version ( #5254 )
2022-04-20 10:45:32 -07:00
RachelElysia
9ea6fe5efa
New query and new policy: Identify optional fields to users ( #5167 )
2022-04-20 08:48:47 -04:00
gillespi314
6708ecc304
Handle routing for setup page ( #5152 )
2022-04-15 18:13:59 -05:00
Martavis Parker
db5dc748d9
using ellipsis on policies table only for smaller screens ( #5139 )
2022-04-15 16:39:49 -05:00