diff --git a/src/dispatch/static/dispatch/src/components/HoverCard.vue b/src/dispatch/static/dispatch/src/components/HoverCard.vue new file mode 100644 index 000000000000..3694376c7b99 --- /dev/null +++ b/src/dispatch/static/dispatch/src/components/HoverCard.vue @@ -0,0 +1,70 @@ + + + + + + {{ item.raw.id }} + + + + Document + + + Edit + + + + + + + + + + + diff --git a/src/dispatch/static/dispatch/src/components/LockButton.vue b/src/dispatch/static/dispatch/src/components/LockButton.vue new file mode 100644 index 000000000000..15bcc06ebd38 --- /dev/null +++ b/src/dispatch/static/dispatch/src/components/LockButton.vue @@ -0,0 +1,87 @@ + + + + + + + {{ lockIcon }} + + + + + + + Change Case Visibility + + You are about to change the case visibility from {{ visibility }} to + {{ toggleVisibility }}. + + + + Confirm + + + + + + +