File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
@section (' content' )
17
17
{{-- Default box --}}
18
- <button id =" create-new-backup-button" href =" {{ url (config (' backpack.base.route_prefix' , ' admin' ). ' /backup/create' ) } }" class =" btn btn-primary mb-2" >
18
+ <button id =" create-new-backup-button" href =" {{ url (config (' backpack.base.route_prefix' , ' admin' ). ' /backup/create' ) } }" bp-button = " backup " class =" btn btn-primary mb-2" >
19
19
<i class =" la la-spinner" ></i >
20
20
<i class =" la la-plus" ></i >
21
21
<span >{{ trans (' backpack::backup.create_a_new_backup' ) } } </span >
42
42
<td class =" text-right" >{{ $backup -> fileSize } } MB</td >
43
43
<td class =" text-right" >
44
44
@if ($backup -> downloadLink )
45
- <a class =" btn btn-sm btn-link" data-button-type =" download" href =" {{ $backup -> downloadLink } }" >
46
- <i class =" la la-cloud-download" ></i > {{ trans (' backpack::backup.download' ) } }
45
+ <a class =" btn btn-sm btn-link" data-button-type =" download" bp-button = " backup-download " href =" {{ $backup -> downloadLink } }" >
46
+ <i class =" la la-cloud-download" ></i > < span > {{ trans (' backpack::backup.download' ) } } </ span >
47
47
</a >
48
48
@endif
49
- <a class =" btn btn-sm btn-link" data-button-type =" delete" href =" {{ $backup -> deleteLink } }" >
50
- <i class =" la la-trash-o" ></i > {{ trans (' backpack::backup.delete' ) } }
49
+ <a class =" btn btn-sm btn-link" data-button-type =" delete" bp-button = " backup-delete " href =" {{ $backup -> deleteLink } }" >
50
+ <i class =" la la-trash-o" ></i > < span > {{ trans (' backpack::backup.delete' ) } } </ span >
51
51
</a >
52
52
</td >
53
53
</tr >
195
195
}
196
196
});
197
197
</script >
198
- @endsection
198
+ @endsection
You can’t perform that action at this time.
0 commit comments