]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/ContentTypeSelector.js
add snippets content type to the gui
[pve-manager.git] / www / manager6 / form / ContentTypeSelector.js
index 7e8d266b4e91e8db22cfc5543a3b997b40750009..be38a1860b38dd35aa732e328feb3e3ce465a458 100644 (file)
@@ -10,7 +10,7 @@ Ext.define('PVE.form.ContentTypeSelector', {
        me.comboItems = [];
 
        if (me.cts === undefined) {
-           me.cts = ['images', 'iso', 'vztmpl', 'backup', 'rootdir'];
+           me.cts = ['images', 'iso', 'vztmpl', 'backup', 'rootdir', 'snippets'];
        }
 
        Ext.Array.each(me.cts, function(ct) {