Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4bc245548a27bc6c789869126d9d1c2d9eadf317
Authored by
Vladyslav_Prykhodko
2021-07-07 17:52:53 +0300
1 parent
228fddb8
UI: Added missing help link in add device/device-profile dialog
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
ui-ngx/src/app/modules/home/components/profile/add-device-profile-dialog.component.html
ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html
ui-ngx/src/app/modules/home/components/profile/add-device-profile-dialog.component.html
View file @
4bc2455
...
...
@@ -19,6 +19,7 @@
19
19
<mat-toolbar
color=
"primary"
>
20
20
<h2
translate
>
device-profile.add
</h2>
21
21
<span
fxFlex
></span>
22
+
<div
[
tb-help
]="'
deviceProfiles
'"
></div>
22
23
<button
mat-icon-button
23
24
(
click
)="
cancel
()"
24
25
type=
"button"
>
...
...
ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html
View file @
4bc2455
...
...
@@ -19,6 +19,7 @@
19
19
<mat-toolbar
color=
"primary"
>
20
20
<h2
translate
>
device.add-device-text
</h2>
21
21
<span
fxFlex
></span>
22
+
<div
[
tb-help
]="'
devices
'"
></div>
22
23
<button
mat-icon-button
23
24
(
click
)="
cancel
()"
24
25
type=
"button"
>
...
...