]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/CalendarEvent.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / form / CalendarEvent.js
index c3b9ecab7e00014bd50533056e4dc9642fdf435a..0bd3fc1efbd42f53edea19d678662fa6adc78d86 100644 (file)
@@ -16,20 +16,20 @@ Ext.define('PVE.form.CalendarEvent', {
            { value: '2,22:30', text: gettext("Every day") + " 02:30, 22:30"},
            { value: 'mon..fri', text: gettext("Monday to Friday") + " 00:00"},
            { value: 'mon..fri */1:00', text: gettext("Monday to Friday") + ': ' +  gettext("hourly")},
-           { value: 'sun 01:00', text: gettext("Sunday") + " 01:00"}
-       ]
+           { value: 'sun 01:00', text: gettext("Sunday") + " 01:00"},
+       ],
     },
 
     tpl: [
        '<ul class="x-list-plain"><tpl for=".">',
            '<li role="option" class="x-boundlist-item">{text}</li>',
-       '</tpl></ul>'
+       '</tpl></ul>',
     ],
 
     displayTpl: [
        '<tpl for=".">',
        '{value}',
-       '</tpl>'
-    ]
+       '</tpl>',
+    ],
 
 });