mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-18 16:44:21 +01:00
add ability to configure radio settings
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</RouterLink>
|
||||
|
||||
<!-- disconnect button -->
|
||||
<!-- action buttons -->
|
||||
<div v-else class="flex space-x-1">
|
||||
<button @click="sendFloodAdvert" type="button" class="my-auto bg-gray-500 text-white px-2 py-1 p-1 rounded shadow hover:bg-gray-400">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
||||
@@ -51,6 +51,16 @@
|
||||
<span>Set Name</span>
|
||||
</DropDownMenuItem>
|
||||
|
||||
<!-- set name -->
|
||||
<RouterLink :to="{ name: 'settings.radio' }">
|
||||
<DropDownMenuItem>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-5">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" />
|
||||
</svg>
|
||||
<span>Set Frequency</span>
|
||||
</DropDownMenuItem>
|
||||
</RouterLink>
|
||||
|
||||
</template>
|
||||
</DropDownMenu>
|
||||
<button @click="disconnect" type="button" class="my-auto bg-gray-500 text-white px-2 py-1 p-1 rounded shadow hover:bg-gray-400">
|
||||
|
||||
Reference in New Issue
Block a user