mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-23 02:23:53 +00:00
fix(ui): rename GitLab setup submit button to Save
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
<form wire:submit='submit' class="flex flex-col gap-2">
|
||||
<div class="flex flex-col sm:flex-row sm:items-center gap-2 pt-2">
|
||||
<h3>Step 2: Enter the credentials</h3>
|
||||
<x-forms.button type="submit">Save Credentials</x-forms.button>
|
||||
<x-forms.button type="submit">Save</x-forms.button>
|
||||
</div>
|
||||
<x-forms.input id="name" label="Name" />
|
||||
<x-forms.input id="clientId" label="Application ID" required
|
||||
|
||||
@@ -46,7 +46,7 @@ describe('GitLab source setup view', function () {
|
||||
->assertSee('Advanced / Self-hosted')
|
||||
->assertSee('Application ID')
|
||||
->assertSee('Application Secret')
|
||||
->assertSee('Save Credentials')
|
||||
->assertSee('Save')
|
||||
->assertDontSee('alert-warning');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user