Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 79d7de40

Přidáno uživatelem Hung Hoang před více než 5 roky(ů)

Re#7459 Implemented first popup

Zobrazit rozdíly:

webapp/src/app/employees/employees-list.component.html
14 14
    </thead>
15 15
    <tbody>
16 16
    <tr *ngFor="let user of users">
17
      <th scope="row">{{user.name}}</th>
17
      <th scope="row">
18
        <img
19
          alt="photo"
20
          [src]="user.imageLink"
21
          style="width: 35px; height: 35px; margin-right: 5px"
22
        >
23
        {{user.name}}
24
      </th>
18 25
      <td *ngFor="let date of user.dates">
19 26

  
20 27
        <div
......
25 32
        </div>
26 33
      </td>
27 34
      <td>
28
        <span class="material-icons" style="font-size: small">edit</span>
35
        <span class="material-icons" style="font-size: small" (click)="openDialog(user)">edit</span>
29 36
      </td>
30 37
    </tr>
31 38
    </tbody>

Také k dispozici: Unified diff