From 07700159780d7214074d478fa6cb9e47cbf44a6d Mon Sep 17 00:00:00 2001 From: "Matthew Bryant (mandatory)" Date: Mon, 16 Nov 2020 01:27:42 -0800 Subject: [PATCH] Added UUID to frontend under bot options panel --- gui/src/components/Main.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/src/components/Main.vue b/gui/src/components/Main.vue index 46746e9..0494937 100644 --- a/gui/src/components/Main.vue +++ b/gui/src/components/Main.vue @@ -152,6 +152,9 @@

This bot has a User-Agent of {{ options_selected_bot.user_agent }} and was first seen {{ options_selected_bot.createdAt | moment("MMMM Do YYYY, h:mm:ss a") }}.

+

+ Bot UUID is {{options_selected_bot.id}} +