buttons new

This commit is contained in:
annampak 2017-10-18 22:32:48 +03:00
parent f8ea069ac4
commit 54a1796725
2 changed files with 6 additions and 4 deletions

View File

@ -15,8 +15,10 @@
</data-table-column> -->
</data-table>
<div style="margin-top: 10px">
<b>Selected:</b>
<button type="button" class="btn btn-info">New Dataset</button>
<!-- <b>Selected:</b>
<span *ngIf="projectsTable.selectedRow == null"><i>No item selected</i></span>
<span [textContent]="projectsTable.selectedRow && projectsTable.selectedRow.item.name"></span>
</div>
<span [textContent]="projectsTable.selectedRow && projectsTable.selectedRow.item.name"></span> -->
</div>
</div>

View File

@ -44,7 +44,7 @@
<span *ngIf="projectsTable.selectedRow == null"><i>No item selected</i></span>
<span [textContent]="projectsTable.selectedRow && projectsTable.selectedRow.item.name"></span>
</div>
<button type="button" class="btn btn-info">New Project</button>
</div>
<router-outlet></router-outlet>