mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-12 03:07:05 +00:00
17 lines
480 B
Handlebars
17 lines
480 B
Handlebars
![]() |
<div>
|
||
|
<span class="navbar__dropdown-label">Virtual Assistant (Foxie)</span>
|
||
|
<input
|
||
|
id="foxie-assistant-toggle"
|
||
|
type="checkbox"
|
||
|
title="Virtual Assitant (Foxie)"
|
||
|
class="toggle-switch toggle-switch--light"
|
||
|
checked={{this.isVirtualAssistantActive}}
|
||
|
/>
|
||
|
<button
|
||
|
type="button"
|
||
|
for="foxie-assistant-toggle"
|
||
|
class="toggle-button virtual-assistant-toggle"
|
||
|
onclick={{this.toggleVirtualAssistant}}
|
||
|
>
|
||
|
</button>
|
||
|
</div>
|