From 1072c15ecab080cc4037dfe4e868198e4abc1552 Mon Sep 17 00:00:00 2001 From: SoulRiaper Date: Fri, 27 Dec 2024 14:02:47 +0300 Subject: [PATCH] Standard buttons: download button rename --- .../generic-function/veda-function-search.ttl | 5 + .../templates/v-ui_StandardButtonsTemplate.js | 2 +- source/veda-fanout-email/src/main.rs | 218 ++++++++---------- 3 files changed, 97 insertions(+), 128 deletions(-) diff --git a/ontology/generic-function/veda-function-search.ttl b/ontology/generic-function/veda-function-search.ttl index fbbf1a274..9dabfb24f 100644 --- a/ontology/generic-function/veda-function-search.ttl +++ b/ontology/generic-function/veda-function-search.ttl @@ -66,6 +66,11 @@ v-fs:FilesRegistry rdfs:label "Реестр с файлами"@ru ; rdfs:label "Registry with files"@en ; . +v-fs:DownloadAllFiles + rdf:type v-s:Bundle ; + rdfs:label "Скачать все файлы"@ru ; + rdfs:label "Download all files"@en ; +. v-fs:SetColumns rdf:type v-s:Bundle ; rdfs:label "Настроить столбцы"@ru ; diff --git a/ontology/system-core/templates/v-ui_StandardButtonsTemplate.js b/ontology/system-core/templates/v-ui_StandardButtonsTemplate.js index 15f2c3c27..cd1b90c0b 100644 --- a/ontology/system-core/templates/v-ui_StandardButtonsTemplate.js +++ b/ontology/system-core/templates/v-ui_StandardButtonsTemplate.js @@ -373,7 +373,7 @@ export const html = ` - +