From d78727724af0a43bb90b0f096b9878369d746dc9 Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sun, 30 Dec 2018 21:12:11 +0100 Subject: added notification on fetching Signed-off-by: fnuesse --- js/app/directives/iconpicker.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/app/directives/iconpicker.js') diff --git a/js/app/directives/iconpicker.js b/js/app/directives/iconpicker.js index 0992bc54..67da640e 100644 --- a/js/app/directives/iconpicker.js +++ b/js/app/directives/iconpicker.js @@ -116,6 +116,7 @@ }; scope.refreshUrlIcon = function(){ + NotificationService.showNotification($translate.instant('use.icon.refresh.trying'), 5000); var queryUrl = OC.generateUrl('apps/passman/api/v2/geticon/'+btoa(scope.credential.url)); $http.get(queryUrl).then(function (response) { if(typeof response.data.content !== 'undefined'){ -- cgit v1.2.3