Browse Source
Merge pull request #8031 from ArtemDzhereleiko/AD/bug-fix/path-device-profiles
Hotfix device profile url for navigation cards settings
pull/8057/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/widget/lib/settings/navigation/navigation-cards-widget-settings.component.ts
|
|
|
@ -36,7 +36,7 @@ export class NavigationCardsWidgetSettingsComponent extends WidgetSettingsCompon |
|
|
|
@ViewChild('filterItemAutocomplete') filterItemAutocomplete: MatAutocomplete; |
|
|
|
@ViewChild('filterItemInput') filterItemInput: ElementRef<HTMLInputElement>; |
|
|
|
|
|
|
|
filterItems: Array<string> = ['/devices', '/assets', '/deviceProfiles']; |
|
|
|
filterItems: Array<string> = ['/devices', '/assets', '/profiles/deviceProfiles']; |
|
|
|
|
|
|
|
separatorKeysCodes = [ENTER, COMMA, SEMICOLON]; |
|
|
|
|
|
|
|
|