OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
19
app/Domain/Install/Templates/update.blade.php
Normal file
19
app/Domain/Install/Templates/update.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
@extends($layout)
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="pageheader">
|
||||
<div class="pagetitle">
|
||||
<h1>{!! __('headlines.update_database') !!}</h1>
|
||||
</div>
|
||||
</div>
|
||||
{!! $tpl->displayInlineNotification() !!}
|
||||
<div class="regcontent" id="login">
|
||||
<p>{!! __('text.new_db_version') !!}</p><br />
|
||||
<form action="{{ BASE_URL }}/install/update" method="post" class="registrationForm">
|
||||
<input type="hidden" name="updateDB" value="1" />
|
||||
<p><x-global::forms.button tag="input" inputType="submit" name="updateAction" contentRole="primary" :labelText="__('buttons.update_now')" onClick="this.form.submit(); this.disabled=true; this.value='Updating…'; " /></p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user