fix(app): Rename the title property of the uhk-message component (#460)

Renaming eliminate the default behaviour of the title attribute of the
HTML elements.
This commit is contained in:
Róbert Kiss
2017-10-18 01:19:40 +02:00
committed by László Monda
parent f7cdbbb5e0
commit 041d4debb6
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<span class="privilege-checker-wrapper">
<uhk-message title="Cannot talk to your UHK" subtitle="Your UHK has been detected, but its permissions are not set up yet, so Agent can't talk to it."></uhk-message>
<uhk-message header="Cannot talk to your UHK" subtitle="Your UHK has been detected, but its permissions are not set up yet, so Agent can't talk to it."></uhk-message>
<button class="btn btn-default btn-lg btn-primary" (click)="setUpPermissions()"> Set up permissions </button>
</span>
</span>