whitespace cleanup

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-11-03 09:51:38 +01:00 committed by Fabian Grünbichler
parent 4dbc64a786
commit 0c686caccd

View File

@ -114,7 +114,7 @@ Ext.define('PVE.tree.ResourceTree', {
var defaults;
if (info.groupbyid) {
info.text = info.groupbyid;
info.text = info.groupbyid;
if (info.type === 'type') {
defaults = PVE.tree.ResourceTree.typeDefaults[info.groupbyid];
if (defaults && defaults.text) {