From 307b9adfa335f0095a4f4e930810c83f941626cf Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 25 Mar 2024 13:33:58 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20version.info=20=D0=B2?= =?UTF-8?q?=20=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D1=83?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 585e79f..5883d5d 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -931,6 +931,10 @@ class Search { collection.info:
${inpxInfo.collection}
+

+ version.info: +
${inpxInfo.version}
+
`; this.$root.stdDialog.alert(info, 'Статистика по коллекции', {iconName: 'la la-info-circle'});