|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
<div class="form-group col-md-12">
|
|
|
|
|
<div id="profiles">
|
|
|
|
|
<div class="md-form-field" style="display:inline;">
|
|
|
|
|
<button mat-raised-button id="profiles" (click)="getProfiles(form)" class="mat-stroked-button load">
|
|
|
|
|
<button mat-raised-button id="profiles" (click)="getProfiles(form)" class="mat-stroked-button">
|
|
|
|
|
Load Qualities <span *ngIf="profilesRunning" class="fa fa-spinner fa-spin"></span></button>
|
|
|
|
|
<div class="md-form-field" style="margin-top:1em;"></div>
|
|
|
|
|
</div>
|
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
<div class="form-group col-md-12">
|
|
|
|
|
<div id="rootFolders">
|
|
|
|
|
<div class="md-form-field" style="display:inline">
|
|
|
|
|
<button mat-raised-button id="rootFolder" (click)="getRootFolders(form)" class="mat-stroked-button load">
|
|
|
|
|
<button mat-raised-button id="rootFolder" (click)="getRootFolders(form)" class="mat-stroked-button">
|
|
|
|
|
Load Folders <span *ngIf="rootFoldersRunning" class="fa fa-spinner fa-spin"></span></button><div class="md-form-field" style="margin-top:1em;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="md-form-field" style="display:contents;">
|
|
|
|
@ -128,7 +128,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<div id="langaugeProfile">
|
|
|
|
|
<div class="md-form-field" style="display:inline">
|
|
|
|
|
<button type="button" mat-raised-button (click)="getLanguageProfiles(form)" class="mat-stroked-button load">Load
|
|
|
|
|
<button type="button" mat-raised-button (click)="getLanguageProfiles(form)" class="mat-stroked-button">Load
|
|
|
|
|
Languages <span *ngIf="langRunning" class="fa fa-spinner fa-spin"> </span></button><div class="md-form-field" style="margin-top:1em;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="md-form-field" style="display:contents;">
|
|
|
|
|