mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 00:23:27 +00:00
fix(backups): rename storage backup page heading
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div>
|
||||
<x-slot:title>
|
||||
{{ data_get_str($application, 'name')->limit(10) }} > Storage Backups | Coolify
|
||||
{{ data_get_str($application, 'name')->limit(10) }} > Backups | Coolify
|
||||
</x-slot>
|
||||
<h1>Storage Backups</h1>
|
||||
<h1>Backups</h1>
|
||||
<livewire:project.shared.configuration-checker :resource="$application" />
|
||||
<livewire:project.application.heading :application="$application" />
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ it('shows volume backups on the application backups pages', function () {
|
||||
|
||||
$this->get(route('project.application.backup.show', [...$parameters, 'backup_uuid' => $backup->uuid]))
|
||||
->assertOk()
|
||||
->assertSee('<h1>Storage Backups</h1>', false)
|
||||
->assertSee('<h1>Backups</h1>', false)
|
||||
->assertSee($volume->name);
|
||||
});
|
||||
|
||||
@@ -208,7 +208,7 @@ it('shows directory backups on the application backup index and detail pages', f
|
||||
|
||||
$this->get(route('project.application.backup.show', [...$parameters, 'backup_uuid' => $backup->uuid]))
|
||||
->assertOk()
|
||||
->assertSee('<h1>Storage Backups</h1>', false)
|
||||
->assertSee('<h1>Backups</h1>', false)
|
||||
->assertSee($directory->fs_path);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user