mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
4b15eb1673
commit
c9bab1297c
2 changed files with 10 additions and 7 deletions
|
@ -7,7 +7,6 @@ import settings_modem from "./settings_modem.vue";
|
|||
import settings_web from "./settings_web.vue";
|
||||
import settings_exp from "./settings_exp.vue";
|
||||
import settings_earl from "./settings_url.vue";
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
|
|
|
@ -9,13 +9,18 @@ import { settingsStore as settings } from "../store/settingsStore.js";
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="center">
|
||||
<div class="badge text-bg-danger mb-2">
|
||||
|
||||
</div>
|
||||
<div class="center">
|
||||
<div class="badge text-bg-danger mb-2"></div>
|
||||
</div>
|
||||
<div class="input-group input-group-sm mb-1">
|
||||
<label class="input-group-text text-bg-danger w-100"><i class="bi bi-shield-exclamation"></i><strong> WARNING: These features may be incomplete. They are for <u>experienced</u> users ONLY! <i class="bi bi-shield-exclamation"></i></strong></label>
|
||||
<label class="input-group-text text-bg-danger w-100"
|
||||
><i class="bi bi-shield-exclamation"></i
|
||||
><strong
|
||||
> WARNING: These features may be incomplete. They are
|
||||
for <u>experienced</u> users ONLY! <i
|
||||
class="bi bi-shield-exclamation"
|
||||
></i></strong
|
||||
></label>
|
||||
<label class="input-group-text w-50">Enable MESH protocol</label>
|
||||
<label class="input-group-text w-50">
|
||||
<div class="form-check form-switch form-check-inline ms-2">
|
||||
|
@ -33,5 +38,4 @@ import { settingsStore as settings } from "../store/settingsStore.js";
|
|||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue