-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-128352: Search elements for System Settings
- Loading branch information
Showing
161 changed files
with
3,605 additions
and
1,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/app/modules/layout/components/topbar/jobs-indicator/jobs-indicator.elements.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; | ||
import { UiSearchableElement } from 'app/modules/global-search/interfaces/ui-searchable-element.interface'; | ||
|
||
export const jobsElements = { | ||
hierarchy: [T('Toolbar')], | ||
elements: { | ||
jobs: { | ||
hierarchy: [T('Jobs History')], | ||
}, | ||
}, | ||
} satisfies UiSearchableElement; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/app/modules/layout/components/topbar/power-menu/power-menu.elements.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; | ||
import { UiSearchableElement } from 'app/modules/global-search/interfaces/ui-searchable-element.interface'; | ||
|
||
export const powerMenuElements = { | ||
hierarchy: [T('Toolbar'), T('Power Menu')], | ||
synonyms: [T('Toolbar')], | ||
triggerAnchor: 'power-menu', | ||
elements: { | ||
powerMenu: { | ||
anchor: 'power-menu', | ||
}, | ||
logOut: { | ||
hierarchy: [T('LogOut')], | ||
}, | ||
restart: { | ||
hierarchy: [T('Restart')], | ||
}, | ||
shutDown: { | ||
hierarchy: [T('Shut Down')], | ||
}, | ||
}, | ||
} satisfies UiSearchableElement; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/app/modules/layout/components/topbar/topbar.elements.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; | ||
import { UiSearchableElement } from 'app/modules/global-search/interfaces/ui-searchable-element.interface'; | ||
|
||
export const toolBarElements = { | ||
hierarchy: [T('Toolbar')], | ||
elements: { | ||
sendFeedback: { | ||
hierarchy: [T('Send Feedback')], | ||
}, | ||
alerts: { | ||
hierarchy: [T('Alerts')], | ||
}, | ||
}, | ||
} satisfies UiSearchableElement; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/app/modules/layout/components/topbar/user-menu/user-menu.elements.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; | ||
import { UiSearchableElement } from 'app/modules/global-search/interfaces/ui-searchable-element.interface'; | ||
|
||
export const userMenuElements = { | ||
hierarchy: [T('Toolbar'), T('Settings Menu')], | ||
synonyms: [T('Toolbar')], | ||
triggerAnchor: 'user-menu', | ||
elements: { | ||
userMenu: { | ||
anchor: 'user-menu', | ||
}, | ||
changePassword: { | ||
hierarchy: [T('Change Password')], | ||
}, | ||
guide: { | ||
hierarchy: [T('Guide')], | ||
}, | ||
about: { | ||
hierarchy: [T('About')], | ||
}, | ||
}, | ||
} satisfies UiSearchableElement; |
Oops, something went wrong.