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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Herzberg <patrick@herzberg-digital.de>2019-06-03 23:37:50 +0300
committerGitHub <noreply@github.com>2019-06-03 23:37:50 +0300
commit5c94af9c35226f8ba5598d483482ba8e45675cbb (patch)
tree0cf1efc3d409ccfcd8653e1ae7ed129d220bf01e
parente9a3133bc488a3ff0ec0e2cfb15b75deedd758f8 (diff)
parent2d007c4cbbdf7a2c718455e48010c2e4baaaf34d (diff)
Merge pull request #36 from confusedguy9/patch-1
Add icon to file sidebar tabs
-rw-r--r--js/checksum.tabview.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/js/checksum.tabview.js b/js/checksum.tabview.js
index a95cdaa..dfe4012 100644
--- a/js/checksum.tabview.js
+++ b/js/checksum.tabview.js
@@ -15,6 +15,15 @@
},
/**
+ * get icon of tab
+ */
+ getIcon: function() {
+
+ return 'icon-info';
+
+ },
+
+ /**
* Renders this details view
*
* @abstract
@@ -138,4 +147,4 @@
OCA.Checksum.ChecksumTabView = ChecksumTabView;
-})(); \ No newline at end of file
+})();