fleet/frontend/components/forms/validators
Gabe Hernandez d0ded91d0b partial implementation of user table with generic table and new create user form (#500)
* use new data table in user manage page'

* remove default empty array hiddenColumns props, was causing render performance problems

* remove unused tooltip in hostcontainer

* add search to user manage table

* add query params to user GET requests

* move createUserForm closer to user management page

* starting to implement create user modal

* starting to add team checking functionality to create user

* styling of select team form

* changing logic for selectedTeamsForm, simplifying

* updated SelectedTeamsForm to handle own state and pass back relevant state to parent

* created reusable infobanner component and use it in osquery options page

* use infobanner in createuserform

* create new Radio component and use in createuserform

* create new Radio component and use in createuserform

* added new radio buttons to createUserForm

* finish custom radio button styling

* finish styling of radio in createUserForm

* fix and add entities/users#loadAll tests

* remove unneeded tests and updated broken ones on UserManagementPage

* remove unused modules
2021-03-31 11:58:29 -07:00
..
valid_email partial implementation of user table with generic table and new create user form (#500) 2021-03-31 11:58:29 -07:00
valid_jwt_token License features (#1134) 2017-02-09 22:16:51 -05:00
valid_password Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
validate_equality Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
validate_numericality Create packs (#516) 2016-12-21 12:25:54 -05:00
validate_presence partial implementation of user table with generic table and new create user form (#500) 2021-03-31 11:58:29 -07:00
validate_query Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
validate_yaml adding typescript and updating linting to work with it (#356) 2021-03-01 07:48:51 +00:00