aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-dataset/form-dataset.component.html
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-05-18 13:52:10 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-05-18 13:52:10 +0200
commitaa71097de7e95658c0cfa3e7d212f018aa917baf (patch)
treeef513353c99e45fbf9a850cfe38b544a42522e22 /frontend/src/app/_elements/form-dataset/form-dataset.component.html
parente86c8d3edda8912a891fb97e84b3f91d23a7e297 (diff)
parent0a82c7181a54b48c010a4200ead1f469aff39497 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
Diffstat (limited to 'frontend/src/app/_elements/form-dataset/form-dataset.component.html')
-rw-r--r--frontend/src/app/_elements/form-dataset/form-dataset.component.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/frontend/src/app/_elements/form-dataset/form-dataset.component.html b/frontend/src/app/_elements/form-dataset/form-dataset.component.html
index 6736367e..7be838f1 100644
--- a/frontend/src/app/_elements/form-dataset/form-dataset.component.html
+++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.html
@@ -3,8 +3,7 @@
<div class="topBar">
<div class="kolona mb-3">
<div class="fileButton">
- <button type="button" mat-raised-button (click)="fileInput.click()">Dodaj izvor podataka</button>
-
+ <button type="button" mat-raised-button (click)="fileInput.click()"><span *ngIf="!firstInput">Dodaj izvor podataka</span><span *ngIf="firstInput">{{filename}}</span></button>
</div>
</div>
@@ -32,11 +31,7 @@
</mat-form-field>
</div>
</div>
-
- <div class="row" *ngIf="firstInput">
- <label class="naslov mt-2">{{filename}}</label>
-
- </div>
+
<div class="row" style="margin-right: 0;">
<div class="file-container" [ngClass]="{'dottedClass': !tableData.hasInput}">