Skip to content

Commit

Permalink
add backup date
Browse files Browse the repository at this point in the history
  • Loading branch information
ValT78 committed Mar 31, 2024
1 parent 98818b6 commit 87329c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/vm/vm.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h4>{{'vm.information' | translate}}</h4>
<p *ngIf="user.admin"><b>{{'vm.owner' | translate}} :</b> {{ user.vms[0].user }}</p>

<p><b>{{'vm.createdOn' | translate}} :</b> {{user.vms[0].createdOn}}</p>
<!-- <p><b>{{'vm.lastBackupDate' | translate}} :</b> {{formatTimestamp(user.vms[0].lastBackupDate)}}</p> -->
<p><b>{{'vm.lastBackupDate' | translate}} :</b> {{formatTimestamp(user.vms[0].lastBackupDate)}}</p>
<p *ngIf="user.vms[0].status == 'running'"><b>{{'vm.upTime' | translate}} :</b> {{secondsToDhms( user.vms[0].uptime )}}</p>
</div>
<p><br><br><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#updateModal" id="openUpdateButton" data-whatever="@getbootstrap" *ngIf="!this.vm_has_proxmox_error && errorcode != 404" >{{'vm.updateCreds.button' | translate}}</button></p>
Expand Down

0 comments on commit 87329c9

Please sign in to comment.