stable

Clone or download

Read-only

Git > Gerrit : manage delete button

This is a part of story #9585 Get rid of Bootstrap in site admin / plugins To test: On Git > Gerrit you can delete a server with a confirmation modal. Change-Id: I7ac45cdb1fad15390637aefdd659fb0fb61208d4

Modified Files

Name
M plugins/git/build-manifest.json +1 −0 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +22 −3 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php +6 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −0 Go to diff View file
M plugins/git/site-content/en_US/git.tab +2 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +2 −0 Go to diff View file
A plugins/git/templates/admin-plugin-gerrit-modal-delete.mustache +30 −0 Go to diff View file
M plugins/git/templates/admin-plugin-gerrit-server.mustache +19 −18 Go to diff View file
A plugins/git/www/scripts/modal-delete-gerrit-server.js +36 −0 Go to diff View file