]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
080f121f3bf5ac96821743378b643ac63c0c50ee
[ceph.git] /
1 <table>
2   <tr style="height: 10px;"
3       *ngFor="let row of valuesStyle">
4     <td style="width: 10px; height: 10px;"
5         *ngFor="let col of row"
6         [ngStyle]="col">
7     </td>
8   </tr>
9 </table>