We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08e15e commit 50f57fdCopy full SHA for 50f57fd
js/ui-models/apps/winecellar.js
@@ -417,8 +417,8 @@ var winecellar_ui = {
417
type: 'tab',
418
label: 'Wine Tasting',
419
elements: [
420
-
421
- { type: 'panel-list',
+ {
+ type: 'panel-list',
422
id:'pnl-Degustations',
423
attr:'degustation',
424
label: 'Degustations',
@@ -443,6 +443,7 @@ var winecellar_ui = {
443
width: 100,
444
445
{
446
+ id: 'comments',
447
type: 'textmultiline',
448
label: 'Comments',
449
maxlength: '300',
0 commit comments