mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Fix bt dashboard
This commit is contained in:
parent
bca812dbdb
commit
39171c95d9
@ -99,20 +99,20 @@ export class BluetoothConfigDashboard extends LitElement {
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-actions">
|
||||
<a href="/config/bluetooth/advertisement-monitor"
|
||||
><ha-button>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.bluetooth.advertisement_monitor"
|
||||
)}
|
||||
</ha-button></a
|
||||
<ha-button
|
||||
href="/config/bluetooth/advertisement-monitor"
|
||||
appearance="plain"
|
||||
>
|
||||
<a href="/config/bluetooth/visualization"
|
||||
><ha-button>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.bluetooth.visualization"
|
||||
)}
|
||||
</ha-button></a
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.bluetooth.advertisement_monitor"
|
||||
)}
|
||||
</ha-button>
|
||||
<ha-button
|
||||
href="/config/bluetooth/visualization"
|
||||
appearance="plain"
|
||||
>
|
||||
${this.hass.localize("ui.panel.config.bluetooth.visualization")}
|
||||
</ha-button>
|
||||
</div>
|
||||
</ha-card>
|
||||
<ha-card
|
||||
@ -124,13 +124,14 @@ export class BluetoothConfigDashboard extends LitElement {
|
||||
${this._renderConnectionAllocations()}
|
||||
</div>
|
||||
<div class="card-actions">
|
||||
<a href="/config/bluetooth/connection-monitor"
|
||||
><ha-button>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.bluetooth.connection_monitor"
|
||||
)}
|
||||
</ha-button></a
|
||||
<ha-button
|
||||
href="/config/bluetooth/connection-monitor"
|
||||
appearance="plain"
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.bluetooth.connection_monitor"
|
||||
)}
|
||||
</ha-button>
|
||||
</div>
|
||||
</ha-card>
|
||||
</div>
|
||||
@ -217,7 +218,7 @@ export class BluetoothConfigDashboard extends LitElement {
|
||||
}
|
||||
.card-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user