Add deployment approval UI MVC
All threads resolved!
All threads resolved!
Compare changes
Files
9- Andrew Fontaine authored
Sets up the ability for users to approve and reject deployments from within the environments page. Current information shown is how many approvals are needed and how many are done, as well as who has approved and when. A rejection short cuts to killing the deployment. This is currently only in the phased out environment UI, but built in a way that it should be easy to drop into the new one.
@@ -43,6 +43,7 @@ export default {
@@ -43,6 +43,7 @@ export default {
@@ -813,6 +814,7 @@ export default {
@@ -813,6 +814,7 @@ export default {