Skip to content

Commit 3e479c9

Browse files
Merge pull request #24 from mandatoryprogrammer/bot-uuid-shown
Added UUID to frontend under bot options panel
2 parents a0fb387 + 0770015 commit 3e479c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gui/src/components/Main.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
<p>
153153
This bot has a User-Agent of <code>{{ options_selected_bot.user_agent }}</code> and was first seen {{ options_selected_bot.createdAt | moment("MMMM Do YYYY, h:mm:ss a") }}.
154154
</p>
155+
<p>
156+
Bot UUID is <code>{{options_selected_bot.id}}</code>
157+
</p>
155158
<hr />
156159
<div class="input-group">
157160
<div class="input-group-prepend">

0 commit comments

Comments
 (0)