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.2.1~2227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e05b8fe9e96a9c8e574e2fddeef379133f2c42;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 365da0d05..0768e26b0 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -511,7 +511,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, { if (!this.loginTpl) { var tt = new Ext.Template( '
  • ', - '
  • ' + '{text}' ); tt.disableFormats = true; tt.compile(); @@ -526,7 +526,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, { if (!this.loginCmdTpl) { var tt = new Ext.Template( '
  • ', - '
  • ' + '' ); tt.disableFormats = true; tt.compile(); @@ -542,7 +542,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, { if (!this.diskSpaceTpl) { var tt = new Ext.Template( '
  • ', - '
  • ' + '' ); tt.disableFormats = true; tt.compile();