mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 03:40:47 +02: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:
parent
9573235ca7
commit
e55f28b291
9 changed files with 152 additions and 54 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue