Browse Source

minor CSS fix

pull/2453/head
Vulich Fernando 6 years ago
parent
commit
1f5f966e06
  1. 4
      app/view/main/Main.js

4
app/view/main/Main.js

@ -156,9 +156,9 @@ Ext.define('Rambox.view.main.Main', {
,columns: [ ,columns: [
{ {
xtype: 'templatecolumn' xtype: 'templatecolumn'
,width: 50 ,width: 52
,variableRowHeight: true ,variableRowHeight: true
,tpl: '<img src="{[ values.type !== \"custom\" ? \"https://firebasestorage.googleapis.com/v0/b/rambox-d1326.appspot.com/o/services%2F\"+values.logo+\"?alt=media&token=49036238-8f37-4f08-a7e5-1563be94c36e\" : (values.logo == \"\" ? \"resources/icons/custom.png\" : values.logo) ]}" data-qtip="{type:capitalize}" width="32" style="{[ values.enabled ? \"-webkit-filter: grayscale(0)\" : \"-webkit-filter: grayscale(1)\" ]}" />' ,tpl: '<img src="{[ values.type !== \"custom\" ? \"https://firebasestorage.googleapis.com/v0/b/rambox-d1326.appspot.com/o/services%2F\"+values.logo+\"?alt=media\" : (values.logo == \"\" ? \"https://firebasestorage.googleapis.com/v0/b/rambox-d1326.appspot.com/o/services%2Fcustom.png?alt=media\" : values.logo) ]}" data-qtip="{type:capitalize}" width="32" style="{[ values.enabled ? \"-webkit-filter: grayscale(0)\" : \"-webkit-filter: grayscale(1)\" ]}" />'
} }
,{ ,{
dataIndex: 'name' dataIndex: 'name'

Loading…
Cancel
Save