ciyidogan commited on
Commit
a262db3
·
verified ·
1 Parent(s): a97966b

Update flare-ui/src/app/components/environment/environment.component.html

Browse files
flare-ui/src/app/components/environment/environment.component.html CHANGED
@@ -269,17 +269,18 @@
269
  </mat-form-field>
270
  }
271
  </div>
 
 
 
 
 
 
 
 
 
 
 
272
  </form>
273
  }
274
  </mat-card-content>
275
-
276
- <mat-card-actions align="end">
277
- <button mat-raised-button
278
- color="primary"
279
- (click)="saveEnvironment()"
280
- [disabled]="form.invalid || saving">
281
- <mat-icon>save</mat-icon>
282
- {{ saving ? 'Saving...' : 'Save Configuration' }}
283
- </button>
284
- </mat-card-actions>
285
  </mat-card>
 
269
  </mat-form-field>
270
  }
271
  </div>
272
+
273
+ <mat-card-actions align="end">
274
+ <button mat-raised-button
275
+ color="primary"
276
+ (click)="saveEnvironment()"
277
+ [disabled]="form.invalid || saving">
278
+ <mat-icon>save</mat-icon>
279
+ {{ saving ? 'Saving...' : 'Save Configuration' }}
280
+ </button>
281
+ </mat-card-actions>
282
+
283
  </form>
284
  }
285
  </mat-card-content>
 
 
 
 
 
 
 
 
 
 
286
  </mat-card>