feat(qualifikation): add skill management features and fixes
This commit is contained in:
parent
8a4a617c33
commit
3d2f049312
7 changed files with 77 additions and 13 deletions
|
@ -18,15 +18,15 @@
|
|||
<input type="text" placeholder="Search employee" formControlName="search">
|
||||
<button (click)="submit()">Search</button>
|
||||
</div>
|
||||
<p class="text-body-tertiary">Search for a propertiy of a Qualification. eg. First Name</p>
|
||||
<p class="text-body-tertiary">Search for a propertiy of a Qualification. eg. Name</p>
|
||||
</form>
|
||||
<button (click)="createEmployee()" class="add-button">Add qualification</button>
|
||||
<button (click)="createSkill()" class="add-button">Add qualification</button>
|
||||
</div>
|
||||
|
||||
<table class="employee-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="sortable">First Name</span></th>
|
||||
<th><span class="sortable">Name</span></th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Reference in a new issue