diff options
author | Enrique Alcántara <ealcantara@gitlab.com> | 2019-05-02 14:17:03 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-05-02 14:17:03 +0000 |
commit | bf229a6c632709ef7c69a7033eadfd74f5ddcc97 (patch) | |
tree | 876b70f0ddb0e111199a685dd53fb71adeba5552 /changelogs | |
parent | d6aa8a0553e30ef2d0d303fc79515cd5cf3ba1b9 (diff) | |
download | gitlab-ce-bf229a6c632709ef7c69a7033eadfd74f5ddcc97.tar.gz |
Uninstall application confirm modal component
- Vue confirmation modal implementation
- CSS tweaks for modal default height
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/60777-uninstall-button.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60777-uninstall-button.yml b/changelogs/unreleased/60777-uninstall-button.yml new file mode 100644 index 00000000000..a2727b16ef1 --- /dev/null +++ b/changelogs/unreleased/60777-uninstall-button.yml @@ -0,0 +1,5 @@ +--- +title: Implement UI for uninstalling Cluster’s managed apps +merge_request: 27559 +author: +type: added |