webapp: Organize components

This commit is contained in:
Thomas Basler 2022-12-24 20:44:33 +01:00
parent c6ebea3e9e
commit 6eee2ce5f6
15 changed files with 33 additions and 33 deletions

View File

@ -47,8 +47,8 @@ import { defineComponent, type PropType } from 'vue';
export default defineComponent({
components: {
BIconInfoSquare,
BootstrapAlert,
BIconInfoSquare,
},
props: {
devInfoList: { type: Object as PropType<DevInfoStatus>, required: true },

View File

@ -27,9 +27,9 @@ import { defineComponent, type PropType } from 'vue';
export default defineComponent({
components: {
BootstrapAlert,
BIconBroadcast,
BIconClock,
BIconExclamationCircle,
BIconBroadcast,
},
props: {
hints: { type: Object as PropType<Hints>, required: true },

View File

@ -108,9 +108,9 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BIconEgg,
BIconSun,
BIconTree,
BIconEgg,
},
data() {
return {

View File

@ -82,10 +82,10 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BasePage,
BIconInfoCircle,
BIconActivity,
BIconBug,
BIconChat,
BIconInfoCircle,
},
});

View File

@ -101,11 +101,11 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BasePage,
BIconExclamationCircleFill,
BIconArrowLeft,
BIconCheckCircle,
BootstrapAlert,
CardElement,
BIconArrowLeft,
BIconCheckCircle,
BIconExclamationCircleFill,
},
data() {
return {

View File

@ -49,9 +49,9 @@ export default defineComponent({
components: {
BasePage,
BootstrapAlert,
BIconInfoCircle,
InputElement,
CardElement,
InputElement,
BIconInfoCircle,
},
data() {
return {

View File

@ -81,10 +81,10 @@ export default defineComponent({
components: {
BasePage,
CardElement,
BIconExclamationCircleFill,
BIconArrowLeft,
BIconArrowRepeat,
BIconCheckCircle,
BIconExclamationCircleFill,
},
data() {
return {

View File

@ -340,22 +340,22 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BasePage,
BootstrapAlert,
DevInfo,
EventLog,
HintView,
InverterChannelInfo,
InverterTotalInfo,
HintView,
EventLog,
DevInfo,
BootstrapAlert,
BIconXCircleFill,
BIconExclamationCircleFill,
BIconCheckCircleFill,
BIconSpeedometer,
BIconPower,
BIconCpu,
BIconJournalText,
BIconToggleOn,
BIconToggleOff,
BIconArrowCounterclockwise,
BIconCheckCircleFill,
BIconCpu,
BIconExclamationCircleFill,
BIconJournalText,
BIconPower,
BIconSpeedometer,
BIconToggleOff,
BIconToggleOn,
BIconXCircleFill,
},
data() {
return {

View File

@ -185,9 +185,9 @@ export default defineComponent({
BasePage,
BootstrapAlert,
CardElement,
BIconTrash,
BIconPencil,
BIconInfoCircle,
BIconPencil,
BIconTrash,
},
data() {
return {

View File

@ -120,8 +120,8 @@ export default defineComponent({
components: {
BasePage,
BootstrapAlert,
InputElement,
CardElement,
InputElement,
},
data() {
return {

View File

@ -68,8 +68,8 @@ export default defineComponent({
components: {
BasePage,
BootstrapAlert,
InputElement,
CardElement,
InputElement,
},
data() {
return {

View File

@ -24,10 +24,10 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BasePage,
WifiStationInfo,
WifiApInfo,
InterfaceNetworkInfo,
InterfaceApInfo,
InterfaceNetworkInfo,
WifiApInfo,
WifiStationInfo,
},
data() {
return {

View File

@ -62,8 +62,8 @@ export default defineComponent({
components: {
BasePage,
BootstrapAlert,
InputElement,
CardElement,
InputElement,
},
data() {
return {

View File

@ -41,8 +41,8 @@ export default defineComponent({
components: {
BasePage,
BootstrapAlert,
InputElement,
CardElement,
InputElement,
},
data() {
return {

View File

@ -24,8 +24,8 @@ import { defineComponent } from 'vue';
export default defineComponent({
components: {
BasePage,
HardwareInfo,
FirmwareInfo,
HardwareInfo,
MemoryInfo,
RadioInfo,
},