From 6fee6e78436f26f0e79beae10323e9041ebe947d Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Sat, 9 Jul 2022 12:39:01 -0700 Subject: [PATCH] tried another safe import method --- src/views/dashboard/controls/JbLog.vue | 103 +++++++++++++++++++++++++ src/views/dashboard/controls/Log.vue | 87 +-------------------- src/views/dashboard/controls/Trace.vue | 2 +- 3 files changed, 107 insertions(+), 85 deletions(-) create mode 100644 src/views/dashboard/controls/JbLog.vue diff --git a/src/views/dashboard/controls/JbLog.vue b/src/views/dashboard/controls/JbLog.vue new file mode 100644 index 00000000..ee80953c --- /dev/null +++ b/src/views/dashboard/controls/JbLog.vue @@ -0,0 +1,103 @@ + + + + diff --git a/src/views/dashboard/controls/Log.vue b/src/views/dashboard/controls/Log.vue index 6bc13cad..fc601cec 100644 --- a/src/views/dashboard/controls/Log.vue +++ b/src/views/dashboard/controls/Log.vue @@ -13,91 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - diff --git a/src/views/dashboard/controls/Trace.vue b/src/views/dashboard/controls/Trace.vue index 49a9eb69..4bd3e102 100644 --- a/src/views/dashboard/controls/Trace.vue +++ b/src/views/dashboard/controls/Trace.vue @@ -37,7 +37,7 @@ limitations under the License. -->