buttons new
This commit is contained in:
parent
f8ea069ac4
commit
54a1796725
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue