mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 13:57:48 +00:00
Merge branch 'GNS3:master-3.0' into master-3.0
This commit is contained in:
commit
ed4fd7c06a
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<mat-checkbox [checked]="group.is_builtin" disabled>Is build in</mat-checkbox>
|
||||
<mat-checkbox [checked]="group.is_builtin" disabled>Is built-in</mat-checkbox>
|
||||
</div>
|
||||
<div mat-dialog-actions class="button-div">
|
||||
<button mat-button (click)="onUpdate()" tabindex="2" mat-raised-button color="primary"
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
<ng-container matColumnDef="is_builtin">
|
||||
<th mat-header-cell *matHeaderCellDef mat-sort-header> is build in</th>
|
||||
<th mat-header-cell *matHeaderCellDef mat-sort-header> is built-in</th>
|
||||
<td mat-cell *matCellDef="let element"> {{element.is_builtin}} </td>
|
||||
</ng-container>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
<div>Last update Date: {{($role | async )?.updated_at}}</div>
|
||||
<div>UUID: {{($role | async)?.role_id}}</div>
|
||||
<div>
|
||||
<mat-checkbox [checked]="($role | async)?.is_builtin" disabled>Is build in</mat-checkbox>
|
||||
<mat-checkbox [checked]="($role | async)?.is_builtin" disabled>Is built-in</mat-checkbox>
|
||||
</div>
|
||||
<div mat-dialog-actions class="button-div">
|
||||
<button mat-button (click)="onUpdate()" tabindex="2" mat-raised-button color="primary"
|
||||
|
Loading…
Reference in New Issue
Block a user