From 45804b5bef932ba86ff5a28a40f1a7ebcb7c5290 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 18 Oct 2018 15:47:18 +0200 Subject: Add icon to file sidebar tabs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files/js/detailtabview.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/files/js/detailtabview.js') diff --git a/apps/files/js/detailtabview.js b/apps/files/js/detailtabview.js index 0bd34a88188..a66cedbc15d 100644 --- a/apps/files/js/detailtabview.js +++ b/apps/files/js/detailtabview.js @@ -49,6 +49,15 @@ return 'Tab ' + this.id; }, + /** + * Returns the tab label + * + * @return {String}|{null} icon class + */ + getIcon: function() { + return null + }, + /** * returns the jQuery object for HTML output * -- cgit v1.2.3