[pve-devel] r5568 - pve-manager/pve2/www/manager

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Feb 18 11:40:25 CET 2011


Author: dietmar
Date: 2011-02-18 11:40:24 +0100 (Fri, 18 Feb 2011)
New Revision: 5568

Modified:
   pve-manager/pve2/www/manager/ClusterConfig.js
Log:
add placeholders


Modified: pve-manager/pve2/www/manager/ClusterConfig.js
===================================================================
--- pve-manager/pve2/www/manager/ClusterConfig.js	2011-02-18 10:12:42 UTC (rev 5567)
+++ pve-manager/pve2/www/manager/ClusterConfig.js	2011-02-18 10:40:24 UTC (rev 5568)
@@ -22,15 +22,35 @@
 		    html: 'summary ' + clusterid
 		},
 		{
+		    title: 'Storage',
+		    id: 'storage',
+		    html: 'storage ' + clusterid
+		},
+		{
 		    title: 'Users',
 		    id: 'users',
 		    html: 'users ' + clusterid
 		},
 		{
+		    title: 'Groups',
+		    id: 'groups',
+		    html: 'groups ' + clusterid
+		},
+		{
 		    title: 'Permissions',
 		    id: 'permissions',
 		    html: 'permissions ' + clusterid
-		}
+		},
+		{
+		    title: 'Roles',
+		    id: 'roles',
+		    html: 'roles ' + clusterid
+		},
+		{
+		    title: 'Authentication',
+		    id: 'domains',
+		    html: 'domains ' + clusterid
+		},
 	    ]
 	});
 




More information about the pve-devel mailing list