Provide the `lock` tab, and it shows the list of environments with the button for lock (or unlock). ## API Design Provide the following APIs: * `POST /repos/:id/locks`: Lock the environment. * `GET /repos/:id/locks`: List up locked environments. * `DELETE /repos/:id:/locks/:lockID`: Delete the lock.
Provide the
locktab, and it shows the list of environments with the button for lock (or unlock).API Design
Provide the following APIs:
POST /repos/:id/locks: Lock the environment.GET /repos/:id/locks: List up locked environments.DELETE /repos/:id:/locks/:lockID: Delete the lock.