From: Jaroslav Kysela Date: Thu, 25 Jun 2015 08:34:34 +0000 (+0200) Subject: WEBUI JS: use same style for login/disk space as for tab descriptors X-Git-Tag: v4.0.6~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56a119862fb4eecd5efebae3765d702d8e2876f1;p=thirdparty%2Ftvheadend.git WEBUI JS: use same style for login/disk space as for tab descriptors --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 9efe8d08b..c0af52734 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -476,7 +476,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, { if (!this.loginTpl) { var tt = new Ext.Template( '
  • ', - '
  • ' + '{text}' ); tt.disableFormats = true; tt.compile(); @@ -491,7 +491,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, { if (!this.loginCmdTpl) { var tt = new Ext.Template( '
  • ', - '
  • ' + '' ); tt.disableFormats = true; tt.compile();