From b72a86e5141711648d97a3c23f6e0fc681e674d3 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Wed, 20 Mar 2024 21:21:36 +0000 Subject: [PATCH] Update InitialSetup.vue --- src/views/InitialSetup.vue | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/views/InitialSetup.vue b/src/views/InitialSetup.vue index ef4c7bcc..9815df23 100644 --- a/src/views/InitialSetup.vue +++ b/src/views/InitialSetup.vue @@ -53,6 +53,36 @@ :options="allTimezones" /> + + +
+ Company Name: + + + Adding your company name here will append it to the + user's full name that appears when doing a remote + control session, for example: 'John Doe - Amidaware + Inc.' + + +
+ +
+ + + +
+ + { this.allTimezones = Object.freeze(r.data.all_timezones); this.timezone = r.data.default_time_zone; + this.companyname = r.data.mesh_company_name; }); }, },