Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Jun 7, 2024
1 parent 1861b1a commit fbcdb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import { PlaceModule, PlaceSystem, querySystems } from '@placeos/ts-client';
<ng-template #name_template let-row="row">
<a
class="truncate p-4 underline"
[routerLink]="['/systems', row.id]"
[routerLink]="['/modules', row.id]"
>
{{ row.name }}
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { TriggerStateService } from './trigger-state.service';
},
{
key: 'name',
name: 'Module Name',
name: 'Instance Name',
content: name_template
},
{
Expand Down

0 comments on commit fbcdb86

Please sign in to comment.