Commit 45a54a8a authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 04ba4cc6
...@@ -177,13 +177,14 @@ Ext.define('PVE.StdWorkspace', { ...@@ -177,13 +177,14 @@ Ext.define('PVE.StdWorkspace', {
comp.border = false; comp.border = false;
cont.add(comp); cont.add(comp);
cont.doLayout(); cont.doLayout();
} else { }
// else {
// TODO: display something useful // TODO: display something useful
// Note:: error mask has wrong zindex, so we do not // Note:: error mask has wrong zindex, so we do not
// use that - see bug 114 // use that - see bug 114
// PVE.Utils.setErrorMask(cont, 'nothing selected'); // PVE.Utils.setErrorMask(cont, 'nothing selected');
} //}
}, },
selectById: function(nodeid) { selectById: function(nodeid) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment