The calm before updating angular and material

This commit is contained in:
GloriousCode
2017-10-13 17:50:35 +11:00
parent f66ce8e159
commit d793030846
13 changed files with 190 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
<div *ngIf="settings !== null">
<button (click)="saveSettings()" md-fab color="accent" class="md-fab md-fab-bottom-right">Save</button>
<form *ngIf="settings.SMSGlobal != null">
<md-card class="exchange-card">
<md-card class="exchange-card card">
<md-card-header>
<md-card-title>SMS Global Settings</md-card-title>
</md-card-header>
@@ -48,7 +48,7 @@
</form>
<form *ngFor="let exchange of settings?.Exchanges">
<md-card class="exchange-card">
<md-card class="exchange-card card">
<md-card-header>
<md-card-title>{{exchange.Name}} Exchange Settings</md-card-title>
</md-card-header>