[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2024-05-07 22:15:06 +00:00
parent 4b15eb1673
commit c9bab1297c
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 10 additions and 7 deletions

View file

@ -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

View file

@ -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>&nbsp;WARNING: &nbsp;These features may be incomplete. &nbsp;They are for <u>experienced</u> users ONLY!&nbsp;<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
>&nbsp;WARNING: &nbsp;These features may be incomplete. &nbsp;They are
for <u>experienced</u> users ONLY!&nbsp;<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>