DataStoreContent.js - render_backup_type: use better default
This commit is contained in:
		| @ -67,7 +67,7 @@ Ext.define('PBS.DataStoreContent', { | ||||
| 	    } else if (btype === 'host') { | ||||
| 		cls = 'fa-building'; | ||||
| 	    } else { | ||||
| 		return value; | ||||
| 		return btype + '/' + value; | ||||
| 	    } | ||||
| 	    var fa = '<i class="fa fa-fw x-grid-icon-custom ' + cls  + '"></i> '; | ||||
| 	    return fa + value; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user