diff --git a/webapp/src/views/InverterAdminView.vue b/webapp/src/views/InverterAdminView.vue
index a19e7bba..77be97f0 100644
--- a/webapp/src/views/InverterAdminView.vue
+++ b/webapp/src/views/InverterAdminView.vue
@@ -75,37 +75,49 @@
-
+ class="form-control" />
+
+ class="form-control" maxlength="31" />
-
+
-
+
- *) Input the W
p of the channel to
+
*) Enter the Wp of the channel to
calculate irradiation.
@@ -146,7 +158,8 @@ import { defineComponent } from 'vue';
import BasePage from '@/components/BasePage.vue';
import {
BIconTrash,
- BIconPencil
+ BIconPencil,
+ BIconInfoCircle,
} from 'bootstrap-icons-vue';
import * as bootstrap from 'bootstrap';
import BootstrapAlert from "@/components/BootstrapAlert.vue";
@@ -177,6 +190,7 @@ export default defineComponent({
BootstrapAlert,
BIconTrash,
BIconPencil,
+ BIconInfoCircle,
},
data() {
return {
diff --git a/webapp/src/views/NtpAdminView.vue b/webapp/src/views/NtpAdminView.vue
index dbb10435..f7148326 100644
--- a/webapp/src/views/NtpAdminView.vue
+++ b/webapp/src/views/NtpAdminView.vue
@@ -9,7 +9,10 @@
-
+
@@ -78,11 +81,15 @@ import BasePage from '@/components/BasePage.vue';
import BootstrapAlert from "@/components/BootstrapAlert.vue";
import { handleResponse, authHeader } from '@/utils/authentication';
import type { NtpConfig } from "@/types/NtpConfig";
+import {
+ BIconInfoCircle,
+} from 'bootstrap-icons-vue';
export default defineComponent({
components: {
BasePage,
BootstrapAlert,
+ BIconInfoCircle,
},
data() {
return {