mirror of
https://github.com/google/nomulus
synced 2026-02-04 03:52:33 +00:00
Show pending locks in the locked-domains table (#495)
* Show pending locks in the locked-domains table * asdf * fix the tests * including pending unlocks in the table * fix the screenshot test
This commit is contained in:
@@ -37,7 +37,9 @@ registry.json.locks = {};
|
||||
* fullyQualifiedDomainName: string,
|
||||
* lockedTime: string,
|
||||
* lockedBy: string,
|
||||
* userCanUnlock: boolean
|
||||
* userCanUnlock: boolean,
|
||||
* isLockPending: boolean,
|
||||
* isUnlockPending: boolean
|
||||
* }}
|
||||
*/
|
||||
registry.json.locks.ExistingLock;
|
||||
|
||||
Reference in New Issue
Block a user