@@ -96,7 +96,7 @@ <h2 class="mat-h2 table-name">{{ displayName }}</h2>
9696 < button *ngIf ="tableData.displayedColumns && tableData.columns " mat-button [matMenuTriggerFor] ="menu "
9797 angulartics2On ="click "
9898 angularticsAction ="Dashboard: columns multiselect is clicked ">
99- < mat-icon fontSet ="material-icons -outlined "> view_week</ mat-icon >
99+ < mat-icon fontSet ="material-symbols -outlined "> view_week</ mat-icon >
100100 Columns
101101 < span class ="db-table-manage-columns-button__count ">
102102 ({{ tableData.displayedDataColumns.length }}
@@ -334,7 +334,7 @@ <h2 class="mat-h2 table-name">{{ displayName }}</h2>
334334 class ="db-table-cell-action-button "
335335 [matTooltip] ="action.title "
336336 (click) ="handleAction($event, action, element) ">
337- < mat-icon fontSet ="material-icons -outlined ">
337+ < mat-icon fontSet ="material-symbols -outlined ">
338338 {{action.icon}}
339339 </ mat-icon >
340340 </ button >
@@ -350,7 +350,7 @@ <h2 class="mat-h2 table-name">{{ displayName }}</h2>
350350 angularticsAction ="Dashboard: edit row is clicked "
351351 matTooltip ="Edit row "
352352 (click) ="stashUrlParams() ">
353- < mat-icon fontSet ="material-icons -outlined "> create</ mat-icon >
353+ < mat-icon fontSet ="material-symbols -outlined "> create</ mat-icon >
354354 </ a >
355355 < a mat-icon-button *ngIf ="tableData.permissions.add "
356356 routerLink ="/dashboard/{{connectionID}}/{{name}}/entry "
@@ -363,7 +363,7 @@ <h2 class="mat-h2 table-name">{{ displayName }}</h2>
363363 angularticsAction ="Dashboard: duplicate row is clicked "
364364 matTooltip ="Duplicate row "
365365 (click) ="stashUrlParams() ">
366- < mat-icon fontSet ="material-icons -outlined "> difference</ mat-icon >
366+ < mat-icon fontSet ="material-symbols -outlined "> difference</ mat-icon >
367367 </ a >
368368 < button type ="button " mat-icon-button *ngIf ="tableData.permissions.delete && tableData.canDelete "
369369 class ="db-table-cell-action-button "
@@ -372,7 +372,7 @@ <h2 class="mat-h2 table-name">{{ displayName }}</h2>
372372 angularticsAction ="Dashboard: delete row is clicked "
373373 matTooltip ="Delete row "
374374 (click) ="handleDeleteRow($event, element) ">
375- < mat-icon fontSet ="material-icons -outlined "> delete</ mat-icon >
375+ < mat-icon fontSet ="material-symbols -outlined "> delete</ mat-icon >
376376 </ button >
377377 </ mat-cell >
378378 </ ng-container >
0 commit comments