stable

Clone or download

Read-only

Style on modal git > mirrors repositories on this mirror

This is a part of story #9585 Get rid of Bootstrap in site admin / plugins To test: On Git > Mirror when you click on "Rewrite mirrored repositories configuration" then a modal appears. And when you click on button "yes" then an event is sent. Change-Id: Ide92130773e54a4a8e74fd86dd629e8025eed7d6

Modified Files

Name
M plugins/git/build-manifest.json +2 −1 Go to diff View file
M plugins/git/include/Git/AdminGerritPresenter.class.php +3 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +22 −10 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +30 −0 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +3 −3 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +6 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +3 −2 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +3 −2 Go to diff View file
M plugins/git/templates/admin-plugin-gerrit-server-modal.mustache +1 −1 Go to diff View file
A plugins/git/templates/admin-plugin-mirror-configuration-modal.mustache +20 −0 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +12 −7 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git.scss +7 −7 Go to diff View file
M plugins/git/www/themes/BurningParrot/js/modal-add-gerrit-server.js +3 −3 Go to diff View file
A plugins/git/www/themes/BurningParrot/js/modal-mirror-configuration.js +29 −0 Go to diff View file
M site-content/en_US/en_US.tab +2 −1 Go to diff View file
M site-content/fr_FR/fr_FR.tab +2 −1 Go to diff View file