From 09a33e72501affb6d07507e396151f02d16daf9a Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Mon, 6 Jun 2022 02:45:47 +0200 Subject: Dodao deljenje datasetova i modela, dialog za podesavanje opcija za deljenje (isPublic accessibleByLink), sa mogucnoscu kopiranja linka za deljenje. Dodao stranice za prikaz javnih datasetova / modela. --- .../app/_modals/share-dialog/share-dialog.component.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontend/src/app/_modals/share-dialog/share-dialog.component.html (limited to 'frontend/src/app/_modals/share-dialog/share-dialog.component.html') diff --git a/frontend/src/app/_modals/share-dialog/share-dialog.component.html b/frontend/src/app/_modals/share-dialog/share-dialog.component.html new file mode 100644 index 00000000..32584197 --- /dev/null +++ b/frontend/src/app/_modals/share-dialog/share-dialog.component.html @@ -0,0 +1,14 @@ +

Podeli {{data.fileType == 0 ? 'izvor podataka' : 'konfiguraciju neuronske mreže'}}

+
+
+ Svi mogu da vide + Osobe sa linkom mogu da vide +
+ + +
+
+
+
+ +
\ No newline at end of file -- cgit v1.2.3