Change title to "IOU device templates"

This commit is contained in:
Jeremy Grossmann 2020-05-20 15:27:03 +09:30 committed by GitHub
parent 424799a54d
commit 1ed8123082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<div class="content">
<div class="default-header">
<div class="row">
<h1 class="col">IOU devices templates</h1>
<h1 class="col">IOU device templates</h1>
<button *ngIf="server" class="top-button" class="cancel-button" routerLink="/server/{{server.id}}/preferences" mat-button>Back</button>
<button *ngIf="server" class="top-button" routerLink="/server/{{server.id}}/preferences/iou/addtemplate" mat-raised-button color="primary">Add IOU device template</button>
</div>