Move add deploy key form before the list and add a cancel button (#17228)
This commit is contained in:
parent
001dbf100d
commit
56d79301b9
2 changed files with 42 additions and 34 deletions
|
@ -2750,6 +2750,9 @@ $(document).ready(async () => {
|
|||
$('.show-panel.button').on('click', function () {
|
||||
$($(this).data('panel')).show();
|
||||
});
|
||||
$('.hide-panel.button').on('click', function () {
|
||||
$($(this).data('panel')).hide();
|
||||
});
|
||||
$('.show-create-branch-modal.button').on('click', function () {
|
||||
$('#create-branch-form')[0].action = $('#create-branch-form').data('base-action') + $(this).data('branch-from');
|
||||
$('#modal-create-branch-from-span').text($(this).data('branch-from'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue