Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/app
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2018-10-14 01:40:46 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:03 +0300
commit06a62acbd47faf589135a5adbd6a015b6b8a0c86 (patch)
tree6ba1e1aeb7eda17c744f27991901a024d172488d /js/app
parent1a99044447119ec64082e931c32c7bc00e67fb9d (diff)
Added Icon to sidebar
Diffstat (limited to 'js/app')
-rw-r--r--js/app/directives/icon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/directives/icon.js b/js/app/directives/icon.js
index 21e70d1d..646dec01 100644
--- a/js/app/directives/icon.js
+++ b/js/app/directives/icon.js
@@ -32,7 +32,7 @@
angular.module('passmanApp').directive('credentialIcon', [
'$window', function($window) {
return {
- template: '<img ng-src="{{ iconUrl }}" width="16">',
+ template: '<img ng-src="{{ iconUrl }}" class="icon-image">',
restrict: 'E',
scope: {
credential: '=',