mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-14 07:19:32 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
99a05c6401
|
@ -68,6 +68,8 @@ Since the release of the JSON REST API, several third-party developers have been
|
||||||
- [Snipe-IT Bulk Edit](https://github.com/bricelabelle/snipe-it-bulkedit) - Google Script files to use Google Sheets as a bulk checkout/checkin/edit tool for Snipe-it.
|
- [Snipe-IT Bulk Edit](https://github.com/bricelabelle/snipe-it-bulkedit) - Google Script files to use Google Sheets as a bulk checkout/checkin/edit tool for Snipe-it.
|
||||||
- [MosyleSnipeSync](https://github.com/RodneyLeeBrands/MosyleSnipeSync) by [@RodneyLeeBrands](https://github.com/RodneyLeeBrands) - Python script to synchronize information between Mosyle and Snipe-IT
|
- [MosyleSnipeSync](https://github.com/RodneyLeeBrands/MosyleSnipeSync) by [@RodneyLeeBrands](https://github.com/RodneyLeeBrands) - Python script to synchronize information between Mosyle and Snipe-IT
|
||||||
- [WWW::SnipeIT](https://github.com/SEDC/perl-www-snipeit) by [@SEDC](https://github.com/SEDC) - perl module for accessing the API
|
- [WWW::SnipeIT](https://github.com/SEDC/perl-www-snipeit) by [@SEDC](https://github.com/SEDC) - perl module for accessing the API
|
||||||
|
- [UniFi to Snipe-IT](https://github.com/RodneyLeeBrands/UnifiSnipeSync) by [@karpadiem](https://github.com/karpadiem) - Python script that synchronizes UniFi devices with Snipe-IT.
|
||||||
|
- [Kandji2Snipe](https://github.com/grokability/kandji2snipe) by [@briangoldstein](https://github.com/briangoldstein) - Python script that synchronizes Kandji with Snipe-IT.
|
||||||
|
|
||||||
As these were created by third-parties, Snipe-IT cannot provide support for these project, and you should contact the developers directly if you need assistance. Additionally, Snipe-IT makes no guarantees as to the reliability, accuracy or maintainability of these libraries. Use at your own risk. :)
|
As these were created by third-parties, Snipe-IT cannot provide support for these project, and you should contact the developers directly if you need assistance. Additionally, Snipe-IT makes no guarantees as to the reliability, accuracy or maintainability of these libraries. Use at your own risk. :)
|
||||||
|
|
||||||
|
|
|
@ -433,4 +433,7 @@ return [
|
||||||
'errors_importing' => 'Some Errors occurred while importing: ',
|
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||||
'warning' => 'WARNING: :warning',
|
'warning' => 'WARNING: :warning',
|
||||||
'success_redirecting' => '"Success... Redirecting.',
|
'success_redirecting' => '"Success... Redirecting.',
|
||||||
];
|
'setup_successful_migrations' => 'Your database tables have been created',
|
||||||
|
'setup_migration_output' => 'Migration output:',
|
||||||
|
'setup_migration_create_user' => 'Next: Create User',
|
||||||
|
];
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
@section('button')
|
@section('button')
|
||||||
<form action="{{ route('setup.user') }}" method="GET">
|
<form action="{{ route('setup.user') }}" method="GET">
|
||||||
<button class="btn btn-primary">{{ trans('general.setup_migrations_create_user') }}</button>
|
<button class="btn btn-primary">{{ trans('general.setup_migration_create_user') }}</button>
|
||||||
</form>
|
</form>
|
||||||
@parent
|
@parent
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue