Mark Reynolds
Mark Reynolds
POC for migrating one remote IPA to a local IPA signed-off: Mark Reynolds ([email protected])
Javascript slice() function does not include the ending index. In paginate() we assume that it does, and it's always one index short of the desired result.
Add cypress tests for adding an d deleting services Fixes: https://github.com/freeipa/freeipa-webui/issues/332
Add test for adding and deleting services
In some situations we use a table and list all the entries being modified/deleted, but in other cases (enable, disable, activate, etc) we just ask for a yes/no confirmation and...
To save space use Tabs for the user, user group, host, and host group tables
For example, different rpc queries handle the results differently. So "getGenericUsersFullData" calls apiToUser() on the resulting entries, but "gettingGeneric" does not. So this creates an inconsistency with how the entries...