mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
refactor to update_available
This commit is contained in:
parent
d02c7df75c
commit
b58550bb79
3 changed files with 3 additions and 3 deletions
|
|
@ -185,7 +185,7 @@
|
|||
<li class="nav-item mt-2">
|
||||
<div class="px-3 py-2 text-muted small d-flex align-items-center flex-wrap">
|
||||
<div class="me-3">{{ versionString }}</div>
|
||||
<div *ngIf="appRemoteVersion?.greater_than_current" class="version-check">
|
||||
<div *ngIf="appRemoteVersion?.update_available" class="version-check">
|
||||
<ng-template #updatePopContent>
|
||||
<span class="small">Paperless-ngx v{{ appRemoteVersion.version }} <ng-container i18n>is available.</ng-container><br/><ng-container i18n>Click to view.</ng-container></span>
|
||||
</ng-template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue