* Remove the autoupdater #1133 * Remove self-updater package * Package still needed :|
This commit is contained in:
@@ -7,22 +7,12 @@
|
||||
<div class="row" style="padding-top: 5px">
|
||||
<div class="col-sm-12">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-12">
|
||||
<p>Force new version check</p>
|
||||
{{ Form::open(['route' => 'admin.maintenance.forcecheck']) }}
|
||||
{{ Form::button('Force update check', ['type' => 'submit', 'class' => 'btn btn-success']) }}
|
||||
{{ Form::close() }}
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
@if ($new_version)
|
||||
<p>An update to version {{ $new_version_tag }} is available.</p>
|
||||
{{ Form::open(['route' => 'admin.maintenance.update']) }}
|
||||
{{ Form::button('Update', ['type' => 'submit', 'class' => 'btn btn-success']) }}
|
||||
{{ Form::close() }}
|
||||
@else
|
||||
<p>There is no new version available</p>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
@endability
|
||||
|
||||
@ability('admin', 'modules')
|
||||
<li><a href="{!! url('/admin/modules') !!}"><i class="pe-7s-box2"></i>Modules Manager</a></li>
|
||||
<li><a href="{!! url('/admin/modules') !!}"><i class="pe-7s-box2"></i>addons/modules</a></li>
|
||||
@endability
|
||||
|
||||
@ability('admin', 'maintenance')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@extends('admin.app')
|
||||
@section('title', "Modules Manager")
|
||||
@section('title', 'modules')
|
||||
@section('actions')
|
||||
<li>
|
||||
<a href="{{ route('admin.modules.create') }}">
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
@extends('system.updater.app')
|
||||
@section('title', 'Update phpVMS')
|
||||
|
||||
@section('content')
|
||||
<h2>phpvms updater</h2>
|
||||
<p>Click run to complete the update to version {{ $version }}</p>
|
||||
{{ Form::open(['route' => 'update.update_download', 'method' => 'post']) }}
|
||||
<p style="text-align: right">
|
||||
{{ Form::submit('Run >>', ['class' => 'btn btn-success']) }}
|
||||
</p>
|
||||
{{ Form::close() }}
|
||||
@endsection
|
||||
Reference in New Issue
Block a user