mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-15 19:08:40 +00:00
Titles for buttons
This commit is contained in:
@ -233,7 +233,12 @@
|
|||||||
name="menu_url"
|
name="menu_url"
|
||||||
id="menu_url"
|
id="menu_url"
|
||||||
pattern="https://.*\.json" />
|
pattern="https://.*\.json" />
|
||||||
<button class="icon" icon="download" id="download" type="button"></button>
|
<button
|
||||||
|
title="Download content of menu url and put it in the editor"
|
||||||
|
class="icon"
|
||||||
|
icon="download"
|
||||||
|
id="download"
|
||||||
|
type="button"></button>
|
||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
autocomplete="new-password"
|
autocomplete="new-password"
|
||||||
@ -252,6 +257,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<h2>GarminHomeAssistant Troubleshooting</h2>
|
<h2>GarminHomeAssistant Troubleshooting</h2>
|
||||||
<button
|
<button
|
||||||
|
title="Close"
|
||||||
class="icon"
|
class="icon"
|
||||||
icon="close"
|
icon="close"
|
||||||
onclick="this.parentElement.parentElement.parentElement.close()"
|
onclick="this.parentElement.parentElement.parentElement.close()"
|
||||||
@ -265,11 +271,21 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="test-api-response">Check now!</div>
|
<div id="test-api-response">Check now!</div>
|
||||||
<button id="test-api" type="button">Test API</button>
|
<button
|
||||||
|
title="Check the status of the API"
|
||||||
|
id="test-api"
|
||||||
|
type="button">
|
||||||
|
Test API
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="test-menu-response">Check now!</div>
|
<div id="test-menu-response">Check now!</div>
|
||||||
<button id="test-menu" type="button">Test menu</button>
|
<button
|
||||||
|
title="Check the availability of the menu configuration"
|
||||||
|
id="test-menu"
|
||||||
|
type="button">
|
||||||
|
Test menu
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
Reference in New Issue
Block a user